X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fgame.h;h=7a2f7f5a43d1a74590d87f40b350e8ed3a6fd541;hb=refs%2Fheads%2Fmaster;hp=10d76582b6736f72164b699fdb6e561613e8093d;hpb=8de1d701e4e9a45e7ed69ccf1fc298514fed5d8f;p=vrlugburz diff --git a/src/game.h b/src/game.h index 10d7658..7a2f7f5 100644 --- a/src/game.h +++ b/src/game.h @@ -1,6 +1,8 @@ #ifndef GAME_H_ #define GAME_H_ +enum { DIR_N, DIR_E, DIR_S, DIR_W }; + enum { INP_LEFT, INP_RIGHT,