Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 192 Bytes

SDL_rwopsbundlesupport.h

File metadata and controls

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