pcem/src/wx-sdl2.h
pcem_emulator 2881d35680 Changes to wxWidgets/SDL2 port :
- Updated UI
- OpenGL 3.0 with GLSL/GLSLP-support
- Improvements to Windows version
- Minor changes/bugfixes
Patch from bit.
2017-07-30 10:39:27 +01:00

18 lines
371 B
C

#ifdef __cplusplus
extern "C" {
#endif
void leave_fullscreen();
int getfile(void* hwnd, char *f, char *fn);
int getsfile(void* hwnd, char *f, char *fn, char *dir, char *ext);
void screenshot_taken(unsigned char* rgb, int width, int height);
#ifdef __cplusplus
}
#endif
extern char openfilestring[260];
extern int pause;
extern int take_screenshot;