summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDidier 'OdyX' Raboud <didier@raboud.com>2013-10-23 14:49:36 +0200
committerDidier Raboud <odyx@debian.org>2013-10-26 13:19:13 +0200
commitf31a570d96e1a0ee28baecefa18b7e8c586c201c (patch)
tree52fccef2773b3e25dd5a0b57bcc50ef61240551f /src
parent7fb83068edab0212e17cf3c059705de9d2d43ca1 (diff)
downloadcolobot-f31a570d96e1a0ee28baecefa18b7e8c586c201c.tar.gz
colobot-f31a570d96e1a0ee28baecefa18b7e8c586c201c.tar.bz2
colobot-f31a570d96e1a0ee28baecefa18b7e8c586c201c.zip
Include SDL.h in main.cpp to make sure the main loop is SDL's main loop
This allows the MacOSX program to start.
Diffstat (limited to 'src')
-rw-r--r--src/app/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/main.cpp b/src/app/main.cpp
index 5c0afd3..1e70beb 100644
--- a/src/app/main.cpp
+++ b/src/app/main.cpp
@@ -28,6 +28,7 @@
#include "common/misc.h"
#include "common/restext.h"
+#include <SDL.h>
/* Doxygen main page */