Hash : f848adff Author : Date : 2013-11-29T10:06:08
Download
1 2 3 4 5 6 7 8 9
#ifdef __APPLE__ #include <stdio.h> #ifndef SDL_rwopsbundlesupport_h #define SDL_rwopsbundlesupport_h FILE* SDL_OpenFPFromBundleOrFallback(const char *file, const char *mode); #endif #endif