Changes to wxWidgets/SDL2 port :
- Updated UI - OpenGL 3.0 with GLSL/GLSLP-support - Improvements to Windows version - Minor changes/bugfixes Patch from bit.
This commit is contained in:
parent
354d52754c
commit
2881d35680
90 changed files with 15042 additions and 5351 deletions
|
|
@ -5,6 +5,7 @@ extern "C" {
|
|||
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
|
||||
}
|
||||
|
|
@ -14,3 +15,4 @@ extern char openfilestring[260];
|
|||
|
||||
extern int pause;
|
||||
|
||||
extern int take_screenshot;
|
||||
|
|
|
|||
Loading…
Reference in a new issue