25 #include "common/types.h" 26 #include "common/rect.h" 27 #include "common/error.h" 28 #include "common/serializer.h" 42 void addGameTime(
int mins);
44 void setTime(int16 month, int16 day, int16 hour, int16 minute);
48 void toggleVisibleUser() { _visibleUser = !_visibleUser; }
49 void setVisibleScript(
bool val) { _visibleScript = val; }
51 void update(
bool gameRunning);
53 int16 getMins()
const {
return _mins; }
55 Global *getMinsGlobal(uint16 num);
56 Global *getHoursGlobal(uint16 num);
57 Global *getDaysGlobal(uint16 num);
58 Global *getDays2Global(uint16 num);
59 Global *getGameMinsAddedGlobal(uint16 num);
60 Global *getGameTicksUpGlobal(uint16 num);
61 Global *getGameTicksDownGlobal(uint16 num);
91 #endif // DGDS_CLOCK_H Definition: managed_surface.h:51
Definition: serializer.h:79
Definition: formatinfo.h:28