Browse Source

Made sure the launcher uses SDLmain (by including SDL.h)

Bart van Strien 13 years ago
parent
commit
fd34c21d76
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/launcher.cpp

+ 1 - 0
src/launcher.cpp

@@ -19,6 +19,7 @@
 **/
 **/
 
 
 #include <common/config.h>
 #include <common/config.h>
+#include <SDL.h>
 
 
 extern "C"
 extern "C"
 {
 {