1 #ifndef LOADER_TGA_H
2 #define LOADER_TGA_H
3 
4 extern unsigned char* tga_load (char* im_file,int* im_w,int* im_h);
5 
6 #endif
7 
8