This commit is contained in:
2026-05-16 01:44:07 +07:00
parent 676634a3c7
commit 09224c1552
27 changed files with 3741 additions and 2396 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef ENTRY_H
#define ENTRY_H
#include <stdbool.h>
extern bool load_log;
int main_entry();
#endif