aboutsummaryrefslogtreecommitdiff
path: root/src/parsec/include/img_tga.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parsec/include/img_tga.h')
-rw-r--r--src/parsec/include/img_tga.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/parsec/include/img_tga.h b/src/parsec/include/img_tga.h
new file mode 100644
index 0000000..e4e3e60
--- /dev/null
+++ b/src/parsec/include/img_tga.h
@@ -0,0 +1,16 @@
+/*
+ * PARSEC HEADER: img_tga.h
+ */
+
+#ifndef _IMG_TGA_H_
+#define _IMG_TGA_H_
+
+
+// external functions
+
+int TGA_SaveBuffer( const char *filename, char *buff, int width, int height );
+
+
+#endif // _IMG_TGA_H_
+
+