mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-10-30 07:11:38 +00:00
add time fields struct
This commit is contained in:
parent
4b47b24afd
commit
7dd4f91ac6
1 changed files with 12 additions and 0 deletions
|
|
@ -354,6 +354,18 @@ typedef struct _XUSER_SIGNIN_INFO {
|
||||||
CHAR Name[16];
|
CHAR Name[16];
|
||||||
} XUSER_SIGNIN_INFO;
|
} XUSER_SIGNIN_INFO;
|
||||||
|
|
||||||
|
typedef struct _XTIME_FIELDS
|
||||||
|
{
|
||||||
|
XWORD Year;
|
||||||
|
XWORD Month;
|
||||||
|
XWORD Day;
|
||||||
|
XWORD Hour;
|
||||||
|
XWORD Minute;
|
||||||
|
XWORD Second;
|
||||||
|
XWORD Milliseconds;
|
||||||
|
XWORD Weekday;
|
||||||
|
} XTIME_FIELDS, * PXTIME_FIELDS;
|
||||||
|
|
||||||
// Content types
|
// Content types
|
||||||
#define XCONTENTTYPE_SAVEDATA 1
|
#define XCONTENTTYPE_SAVEDATA 1
|
||||||
#define XCONTENTTYPE_DLC 2
|
#define XCONTENTTYPE_DLC 2
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue