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
@@ -1,5 +1,6 @@
#include <string.h>
#include "../include/core_func.h"
#include "../include/tanabata.h"
int tanabata_tanzaku_add(Tanabata *tanabata, const char *name, const char *description) {