]> git.jsancho.org Git - lugaru.git/blobdiff - Source/TGALoader.h
Remove some extra declarations of "channels"
[lugaru.git] / Source / TGALoader.h
index b27cb182aa4601fea6b0e6e56d6991985f0a1183..7b54de8e18a0abaecc7e9345ac31882ba85857f1 100644 (file)
@@ -56,9 +56,5 @@ typedef struct TGAImageRec
 
 bool upload_image(const unsigned char* filePath, bool hasalpha);
 
-/**> FUNCTION PROTOTYPES <**/
-TGAImageRec*   LoadTGA( char *filename );
-
-
 #endif