forked from jaildesigner-jailgames/jaildoctors_dilemma
Ya gestiona correctamente los datos online para diferentes usuarios
This commit is contained in:
@@ -58,7 +58,7 @@ private:
|
||||
|
||||
public:
|
||||
// Constructor
|
||||
Cheevos(Screen *screen, options_t *options, std::string file);
|
||||
Cheevos(Screen *screen, options_t *options, std::string file, Online *online);
|
||||
|
||||
// Destructor
|
||||
~Cheevos();
|
||||
@@ -80,6 +80,9 @@ public:
|
||||
|
||||
// Devuelve el número total de logros
|
||||
int count();
|
||||
|
||||
// Vuelve a cargar los logros desde el origen
|
||||
void reload();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user