- No se, molts canvis i coses

This commit is contained in:
2025-11-17 14:24:03 +01:00
parent 3c56cd59f8
commit 3ed64a471a
17 changed files with 295 additions and 1427 deletions

14
source/menu.h Normal file
View File

@@ -0,0 +1,14 @@
#pragma once
namespace menu
{
void start();
bool option(const char* label);
namespace popup
{
void start();
bool option(const char* label);
void end();
}
}