1
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#ifndef ENTRY_H
|
||||
#define ENTRY_H
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
extern bool load_log;
|
||||
|
||||
int main_entry();
|
||||
#endif
|
||||
Reference in New Issue
Block a user