- externalized the controller bindings and removed all code responsible for maintaining them separately.

Bindings were changed a bit because what was there was a very poor default for my own controller.
This commit is contained in:
Christoph Oelckers 2019-12-02 18:33:11 +01:00
parent 26daff79db
commit 026cc7153c
6 changed files with 23 additions and 121 deletions

View file

@ -37,6 +37,7 @@
#include "basics.h"
#include "zstring.h"
#include "c_bind.h"
#include "control.h"
#include "gamecontrol.h"
//=============================================================================