b713ea0a9db8873ae11529e699e35b470de484f1
[drnoksnes] / platform / sdlv.h
1 #ifndef _PLATFORM_SDLV_H_
2 #define _PLATFORM_SDLV_H_
3
4 #include <SDL.h>
5
6 extern SDL_Surface* screen;
7
8 #endif