fix(core): add tanabata struct to core.h
This commit is contained in:
parent
44ef8c32c2
commit
a69d8ac042
@ -72,6 +72,16 @@ typedef struct shoppyou {
|
|||||||
FILE *file; // Storage file for shoppyou
|
FILE *file; // Storage file for shoppyou
|
||||||
} Shoppyou;
|
} Shoppyou;
|
||||||
|
|
||||||
|
// Tanabata (七夕) - the struct with all databases
|
||||||
|
typedef struct tanabata {
|
||||||
|
Sasahyou sasahyou; // Sasahyou struct
|
||||||
|
Sappyou sappyou; // Sappyou struct
|
||||||
|
Shoppyou shoppyou; // Shoppyou struct
|
||||||
|
uint64_t sasahyou_mod; // Sasahyou file last modificaton timestamp
|
||||||
|
uint64_t sappyou_mod; // Sappyou file last modificaton timestamp
|
||||||
|
uint64_t shoppyou_mod; // Shoppyou file last modificaton timestamp
|
||||||
|
} Tanabata;
|
||||||
|
|
||||||
// ==================== CONSTANTS ==================== //
|
// ==================== CONSTANTS ==================== //
|
||||||
|
|
||||||
// ID of hole - an invalid record
|
// ID of hole - an invalid record
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user