- Comence a implementar el selector de plantilles

This commit is contained in:
2024-07-30 13:54:31 +02:00
parent b0dd34b5df
commit 1cd08b1110
6 changed files with 81 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ namespace modules
#define GAME_MENU 0
#define GAME_DEAD 1
#define GAME_EDITOR_MAP 2
#define GAME_EDITOR_TEMPLATES 3
void init();
int loop();