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 -1
View File
@@ -2,7 +2,7 @@
#include <string.h>
#include <time.h>
#include "../include/core.h"
#include "../include/core_func.h"
const Kazari HOLE_KAZARI = {HOLE_ID};