Fix input on linux

This commit is contained in:
j3d1 2018-11-06 09:04:43 +01:00
parent f3037a06ce
commit 8c38903445
4 changed files with 33 additions and 36 deletions

View file

@ -3,9 +3,9 @@
#define _HAL_H_
#define I_LEFT 0
#define I_RIGHT 0
#define I_UP 0
#define I_DOWN 0
#define I_RIGHT 1
#define I_UP 2
#define I_DOWN 3
void debug(const char* str);