- First commit
This commit is contained in:
8
globals.cpp
Normal file
8
globals.cpp
Normal 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;
|
||||
Reference in New Issue
Block a user