aboutsummaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2016-05-25 09:22:20 +0200
committerest31 <MTest31@outlook.com>2016-06-03 19:42:57 +0200
commit1e86c89f3614cf298916149a8f13d44ea671da64 (patch)
tree365aefa77161ea38b6e4112f72d58f678df6fb76 /src/game.h
parent7ea4a03c835d68a6fb58aa55aa6a6315ec80b79f (diff)
downloadminetest-1e86c89f3614cf298916149a8f13d44ea671da64.tar.xz
Input related generalisations
* Move key types into own file * Use Generalized input methods in game.cpp
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.h b/src/game.h
index 5465ecdc6..d8c2f78fc 100644
--- a/src/game.h
+++ b/src/game.h
@@ -22,6 +22,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "irrlichttypes_extrabloated.h"
#include <string>
+#include "client/keys.h"
#include "keycode.h"
#include <list>