Add files

This commit is contained in:
Cuyler36
2023-05-20 21:14:40 -04:00
parent d60a391a17
commit 29deabc35a
16 changed files with 465 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
#ifndef INITIAL_MENU_H
#define INITIAL_MENU_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
extern void initial_menu_init();
extern void initial_menu_cleanup();
#ifdef __cplusplus
}
#endif
#endif