Include SDL.h in main.cpp to make sure the main loop is SDL's main loop
This allows the MacOSX program to start.dev-ui
parent
7fb83068ed
commit
f31a570d96
|
@ -28,6 +28,7 @@
|
|||
#include "common/misc.h"
|
||||
#include "common/restext.h"
|
||||
|
||||
#include <SDL.h>
|
||||
|
||||
/* Doxygen main page */
|
||||
|
||||
|
|
Loading…
Reference in New Issue