Start test frontend

This commit is contained in:
Miloslav Ciz 2025-05-23 15:46:24 +02:00
parent a208d0561e
commit d0b1b840b9
10 changed files with 143 additions and 5 deletions

2
game.h
View file

@ -52,6 +52,8 @@
format (described in the map module) etc.
*/
#include <stdint.h>
#define LCR_KEY_UP 0x00
#define LCR_KEY_RIGHT 0x01
#define LCR_KEY_DOWN 0x02