- First commit

This commit is contained in:
2026-01-12 14:16:33 +01:00
commit 78e57e1bf1
35 changed files with 511 additions and 0 deletions

8
globals.cpp Normal file
View File

@@ -0,0 +1,8 @@
#include "globals.h"
static bool EXIT_SIGNAL;
static std::string PATH;
static std::string NOM_MAPA;
static int START_ROOM;
static int FRAMES_ACTORS[22];
static TSpriteInfo LAST_POS;