- Comencem a implementar els menus

This commit is contained in:
2024-07-05 18:04:50 +02:00
parent 40a531f8b5
commit ee4d869ac9
4 changed files with 50 additions and 3 deletions

10
source/m_menu.h Normal file
View File

@@ -0,0 +1,10 @@
#pragma once
namespace modules
{
namespace menu
{
void init();
bool loop();
}
}