diff --git a/src/gfx.h b/src/gfx.h index c88e3c4..3974763 100644 --- a/src/gfx.h +++ b/src/gfx.h @@ -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;