mirror of
https://github.com/encounter/SDL.git
synced 2025-12-10 14:07:50 +00:00
Rainer Deyke I'm running Linux Mint 15 with the Cinnamon window manager. SDL_DestroyWindow consistently locks up for me when the window if fullscreen.
10 lines
192 B
C
10 lines
192 B
C
#ifdef __APPLE__
|
|
|
|
#include <stdio.h>
|
|
|
|
#ifndef SDL_rwopsbundlesupport_h
|
|
#define SDL_rwopsbundlesupport_h
|
|
FILE* SDL_OpenFPFromBundleOrFallback(const char *file, const char *mode);
|
|
#endif
|
|
#endif
|