Add header for main.c

This commit is contained in:
8dcc 2023-07-20 01:37:16 +02:00
parent bd8c2521be
commit eb64855797
1 changed files with 8 additions and 0 deletions

8
src/include/main.h Normal file
View File

@ -0,0 +1,8 @@
#ifndef _MAIN_H
#define _MAIN_H
void load(void);
void self_unload(void);
#endif /* _MAIN_H */