refactor(core,lib): move all core and lib structs and constants to a separate header file

This commit is contained in:
2023-01-13 02:17:09 +03:00
parent 50b1300847
commit 62773539cd
10 changed files with 120 additions and 105 deletions
-10
View File
@@ -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