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
Didier 'OdyX' Raboud 2013-10-23 14:49:36 +02:00 committed by Didier Raboud
parent 7fb83068ed
commit f31a570d96
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#include "common/misc.h"
#include "common/restext.h"
#include <SDL.h>
/* Doxygen main page */