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
@@ -3,7 +3,7 @@
#include <time.h>
#include <stdio.h>
#include "../include/core.h"
#include "../include/core_func.h"
const Sasa HOLE_SASA = {HOLE_ID};