diff options
author | banana <delgadillo.tyler@gmail.com> | 2024-03-22 13:52:05 -0700 |
---|---|---|
committer | banana <delgadillo.tyler@gmail.com> | 2024-03-22 13:52:05 -0700 |
commit | f401289e371a76ff0dbaea40f7f94f7b85c4b2bd (patch) | |
tree | 30b66628375b55e2be46cc19b1290c78eed0269d /inc/tga.h |
Diffstat (limited to 'inc/tga.h')
-rw-r--r-- | inc/tga.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 ); |