Add header for main.c
This commit is contained in:
parent
bd8c2521be
commit
eb64855797
|
@ -0,0 +1,8 @@
|
|||
|
||||
#ifndef _MAIN_H
|
||||
#define _MAIN_H
|
||||
|
||||
void load(void);
|
||||
void self_unload(void);
|
||||
|
||||
#endif /* _MAIN_H */
|
Loading…
Reference in New Issue