mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-06 18:31:03 +00:00
add time fields struct
This commit is contained in:
parent
4b47b24afd
commit
7dd4f91ac6
@ -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…
x
Reference in New Issue
Block a user