mirror of
				https://github.com/hedge-dev/XenonRecomp.git
				synced 2025-11-03 22:37:09 +00:00 
			
		
		
		
	add time fields struct
This commit is contained in:
		@@ -354,6 +354,18 @@ typedef struct _XUSER_SIGNIN_INFO {
 | 
			
		||||
    CHAR Name[16];
 | 
			
		||||
} 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
 | 
			
		||||
#define XCONTENTTYPE_SAVEDATA 1
 | 
			
		||||
#define XCONTENTTYPE_DLC      2
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user