mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 11:57:49 +00:00
time: Stub out GetTotalLocationNameCount and some cleanup.
This commit is contained in:
parent
047c090dc1
commit
43342640fe
2 changed files with 12 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ namespace Time {
|
|||
struct LocationName {
|
||||
INSERT_PADDING_BYTES(0x24);
|
||||
};
|
||||
static_assert(sizeof(LocationName) == 0x24, "LocationName structure has incorrect size");
|
||||
static_assert(sizeof(LocationName) == 0x24, "LocationName is incorrect size");
|
||||
|
||||
struct CalendarTime {
|
||||
u16_le year;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue