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
+1
View File
@@ -3,6 +3,7 @@
#include <sys/stat.h>
#include <time.h>
#include "../include/core_func.h"
#include "../include/tanabata.h"
int tanabata_init(Tanabata *tanabata) {