Add arrow keys definitions

master
Paul_Arutyunov 6 years ago
parent eaca6e1445
commit 42aa4c8cf1
  1. 5
      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;

Loading…
Cancel
Save