summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-11-05 20:56:20 +0300
committerAndrei Karas <akaras@inbox.ru>2013-11-05 20:56:20 +0300
commit102a7d4fe6e8874ad7dcdfe085a22b51de22999b (patch)
tree3dfdb542035ba1f6c871b6901461c81f11b1c6db /src/client.h
parent0ca79840f3497375591a43b38d520ada03dfb2dd (diff)
downloadplus-102a7d4fe6e8874ad7dcdfe085a22b51de22999b.tar.gz
plus-102a7d4fe6e8874ad7dcdfe085a22b51de22999b.tar.bz2
plus-102a7d4fe6e8874ad7dcdfe085a22b51de22999b.tar.xz
plus-102a7d4fe6e8874ad7dcdfe085a22b51de22999b.zip
add configure option --without-internalsdlgfx for not use emdedded sdl2gfx.
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h
index f3b2bcc26..34f1227ae 100644
--- a/src/client.h
+++ b/src/client.h
@@ -30,7 +30,12 @@
#include <guichan/actionlistener.hpp>
#include <SDL.h>
+
+#ifdef USE_SDL2
+#include <SDL2_framerate.h>
+#else
#include <SDL_framerate.h>
+#endif
#include <string>