Input binding format changed to allow custom values for bindings. Relevant code must clamp input values to prevent speedhaxx!

This commit is contained in:
2016-01-15 16:32:04 +01:00
parent 567173c565
commit 0469460029
3 changed files with 17 additions and 15 deletions
+1
View File
@@ -1,6 +1,7 @@
#ifndef InputProxy_h__
#define InputProxy_h__
#include <boost/tokenizer.hpp>
#include "../Common.h"
#include "../Core/ResourceManager.h"
#include "../Core/ConfigFile.h"