Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 192 Bytes

SDL_rwopsbundlesupport.h

File metadata and controls

9 lines (7 loc) · 192 Bytes
 
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