diff options
| author | Japa | 2010-05-15 12:31:19 +0000 |
|---|---|---|
| committer | Japa | 2010-05-15 12:31:19 +0000 |
| commit | 10376966821a08383a046bf9e3427913aea49f97 (patch) | |
| tree | 071f3303e4d0823a54bd9ea6ba74f63fc6c8e61c /ContentLoader.h | |
| parent | cde523bff8e60fa6e03bb6b785c061d114bd9258 (diff) | |
| download | stonesense-10376966821a08383a046bf9e3427913aea49f97.tar.gz stonesense-10376966821a08383a046bf9e3427913aea49f97.tar.bz2 stonesense-10376966821a08383a046bf9e3427913aea49f97.tar.xz | |
added a date/time indicator
Diffstat (limited to 'ContentLoader.h')
| -rw-r--r-- | ContentLoader.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ContentLoader.h b/ContentLoader.h index bef29c4..d7f91d7 100644 --- a/ContentLoader.h +++ b/ContentLoader.h @@ -42,8 +42,10 @@ public: uint32_t currentTick;
uint32_t currentYear;
- uint32_t currentMonth;
- uint32_t currentDay;
+ uint8_t currentMonth;
+ uint8_t currentDay;
+ uint8_t currentHour;
+ uint8_t currentTickRel;
};
//singleton instance
|
