summaryrefslogtreecommitdiff
path: root/src/gui/interface
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-06-22 13:36:10 (GMT)
committer jacob1 <jfu614@gmail.com>2013-06-22 13:36:50 (GMT)
commit60b1bf50667a3c631a80579d7e45bc822c20f0eb (patch)
tree7ea88636eb8da985c9cbc7404fae1690c807d7d9 /src/gui/interface
parent66f250b29deb6eaf3c5e6605574af474bdda943e (diff)
downloadpowder-60b1bf50667a3c631a80579d7e45bc822c20f0eb.zip
powder-60b1bf50667a3c631a80579d7e45bc822c20f0eb.tar.gz
forgot to push this commit, SDL should only be included in 1 type of way
Diffstat (limited to 'src/gui/interface')
-rw-r--r--src/gui/interface/Keys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/interface/Keys.h b/src/gui/interface/Keys.h
index cd265f9..424dd86 100644
--- a/src/gui/interface/Keys.h
+++ b/src/gui/interface/Keys.h
@@ -1,6 +1,6 @@
#if defined(USE_SDL)
-#include "SDL/SDL.h"
+#include "SDL.h"
#define KEY_UP SDLK_UP
#define KEY_DOWN SDLK_DOWN
#define KEY_RIGHT SDLK_RIGHT