- "Info" ara es una unitat simple
This commit is contained in:
14
info.h
14
info.h
@@ -21,10 +21,10 @@
|
||||
#define PERSONATGE_ROSITA 1
|
||||
#define PERSONATGE_JOB 2
|
||||
|
||||
struct Info {
|
||||
int estat_joc;
|
||||
bool rosita_enabled;
|
||||
bool job_enabled;
|
||||
int dificultat;
|
||||
int personatge;
|
||||
};
|
||||
namespace info{
|
||||
extern int estat_joc;
|
||||
extern bool rosita_enabled;
|
||||
extern bool job_enabled;
|
||||
extern int dificultat;
|
||||
extern int personatge;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user