// // texture.h // interface // // Created by Yoz Work on 11/5/12. // // #ifndef __interface__texture__ #define __interface__texture__ #include #ifdef __APPLE__ #include #else #include #endif int load_png_as_texture(char* filename, unsigned int width, unsigned int height); #endif /* defined(__interface__texture__) */