Add arrow keys definitions

This commit is contained in:
Paul_Arutyunov 2018-10-13 13:45:02 +03:00
parent eaca6e1445
commit 42aa4c8cf1

View File

@ -1,6 +1,11 @@
#ifndef GFX_H
#define GFX_H
#define INPUT_UP 0
#define INPUT_DOWN 1
#define INPUT_LEFT 2
#define INPUT_RIGHT 3
#include "engine.h"
struct gfx_state;