9 lines
183 B
C++
9 lines
183 B
C++
#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;
|