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

Latest commit

 

History

History
11 lines (8 loc) · 265 Bytes

Test_rwopsbundlesupport.h

File metadata and controls

11 lines (8 loc) · 265 Bytes
 
1
2
3
4
5
6
7
8
9
10
11
#ifdef __APPLE__
#include <stdio.h>
#ifndef SDL_rwopsbundlesupport_h
#define SDL_rwopsbundlesupport_h
FILE* Test_OpenFPFromBundleOrFallback(const char *file, const char *mode);
FILE* Test_OpenFPFromTemporaryDir(const char *file, const char *mode);
#endif
#endif