From f401289e371a76ff0dbaea40f7f94f7b85c4b2bd Mon Sep 17 00:00:00 2001 From: banana Date: Fri, 22 Mar 2024 13:52:05 -0700 Subject: Initial commit --- inc/tga.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 inc/tga.h (limited to 'inc/tga.h') diff --git a/inc/tga.h b/inc/tga.h new file mode 100644 index 0000000..4b449f4 --- /dev/null +++ b/inc/tga.h @@ -0,0 +1 @@ +void CreateTGA( char *filename, short width, short height, void *image ); -- cgit v1.2.3