sdl: fixed build error for GTK=0
This commit is contained in:
parent
1f1bf193a4
commit
5f1037b219
|
@ -28,5 +28,4 @@ extern int GtkMouseData[3];
|
|||
int InitGTKSubsystem(int argc, char** argv);
|
||||
void pushOutputToGTK(const char* str);
|
||||
void showGui(bool b);
|
||||
extern int noGui;
|
||||
#endif
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
static void DoFun(int frameskip);
|
||||
static int isloaded = 0;
|
||||
extern int noGui;
|
||||
|
||||
int LoadGame(const char *path);
|
||||
int CloseGame(void);
|
||||
|
|
Loading…
Reference in New Issue