refactor(core,lib): move all core and lib structs and constants to a separate header file
This commit is contained in:
@@ -16,16 +16,6 @@ extern "C" {
|
||||
|
||||
#include "core.h"
|
||||
|
||||
// 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;
|
||||
|
||||
// ==================== DATABASE SECTION ==================== //
|
||||
|
||||
// Initialize empty tanabata
|
||||
|
||||
Reference in New Issue
Block a user