9 lines
110 B
C++
Executable File
9 lines
110 B
C++
Executable File
#ifndef ENTRY_H
|
|
#define ENTRY_H
|
|
|
|
#include <stdbool.h>
|
|
|
|
extern bool load_log;
|
|
|
|
int main_entry();
|
|
#endif |