summaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/game.h b/src/game.h
index e7326c442..e491a6944 100644
--- a/src/game.h
+++ b/src/game.h
@@ -23,6 +23,8 @@
#ifndef GAME_H
#define GAME_H
+#include "enums/input/inputaction.h"
+
#include <string>
#include "localconsts.h"
@@ -37,7 +39,7 @@ class Map;
struct LastKey final
{
- int key;
+ InputActionT key;
int time;
int cnt;
};