1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-22 17:18:39 +00:00

Input related generalisations

* Move key types into own file
* Use Generalized input methods in game.cpp
This commit is contained in:
est31 2016-05-25 09:22:20 +02:00
parent 7ea4a03c83
commit 1e86c89f36
3 changed files with 221 additions and 148 deletions

View file

@ -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>