25 #include "common/rect.h" 26 #include "common/error.h" 27 #include "common/serializer.h" 41 void addGameTime(
int mins);
45 void toggleVisibleUser() { _visibleUser = !_visibleUser; }
46 void setVisibleScript(
bool val) { _visibleScript = val; }
48 void update(
bool gameRunning);
50 int16 getMins()
const {
return _mins; }
52 Global *getMinsGlobal(uint16 num);
53 Global *getHoursGlobal(uint16 num);
54 Global *getDaysGlobal(uint16 num);
55 Global *getDays2Global(uint16 num);
56 Global *getGameMinsAddedGlobal(uint16 num);
57 Global *getGameTicksUpGlobal(uint16 num);
58 Global *getGameTicksDownGlobal(uint16 num);
66 void resetMinsAdded() { _gameMinsAdded = 0; }
90 #endif // DGDS_CLOCK_H Definition: managed_surface.h:51
Definition: serializer.h:79
Definition: formatinfo.h:28