inital commit

This commit is contained in:
yoruka
2025-04-23 22:32:58 +02:00
commit cdea49064b
15 changed files with 488 additions and 0 deletions

6
include/main_menu.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef MAIN_MENU_H
#define MAIN_MENU_H
void print_main_menu();
#endif //MAIN_MENU_H