Initial commit

This commit is contained in:
Puck Meerburg
2025-12-30 13:48:35 +00:00
commit 0f7b02c8a6
67 changed files with 20228 additions and 0 deletions

4
src/menu.h Normal file
View File

@@ -0,0 +1,4 @@
#pragma once
void menu_switch(void);
int menu_handler(void);