Sign in
skia
/
external
/
github.com
/
libsdl-org
/
SDL
/
refs/tags/release-2.0.0
/
.
/
src
/
file
/
cocoa
/
SDL_rwopsbundlesupport.h
blob: 6929904c2144c4befb8935b37f6646659c32c403 [
file
] [
log
] [
blame
]
#ifdef
__APPLE__
#include
<stdio.h>
#ifndef
SDL_rwopsbundlesupport_h
#define
SDL_rwopsbundlesupport_h
FILE
*
SDL_OpenFPFromBundleOrFallback
(
const
char
*
file
,
const
char
*
mode
);
#endif
#endif