#ifndef LOADER_TGA_H #define LOADER_TGA_H extern unsigned char* tga_load (char* im_file,int* im_w,int* im_h); #endif