- [NEW] Módul "info"retocat
This commit is contained in:
21
info.h
21
info.h
@@ -1,13 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
struct Info {
|
||||
int num_piramide;
|
||||
int num_habitacio;
|
||||
int diners;
|
||||
int diamants;
|
||||
int vida;
|
||||
int momies;
|
||||
int engendros;
|
||||
bool nou_personatge;
|
||||
bool pepe_activat;
|
||||
namespace info
|
||||
{
|
||||
extern int num_piramide;
|
||||
extern int num_habitacio;
|
||||
extern int diners;
|
||||
extern int diamants;
|
||||
extern int vida;
|
||||
extern int momies;
|
||||
extern int engendros;
|
||||
extern bool nou_personatge;
|
||||
extern bool pepe_activat;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user