Create some files

This commit is contained in:
Miloslav Ciz 2023-07-21 21:17:49 +02:00
parent 372ead89e2
commit 17f7f9d70a
5 changed files with 107 additions and 3 deletions

6
game.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef _LCR_GAME_H
#define _LCR_GAME_H
#include "map.h"
#endif // guard