- No se, molts canvis i coses
This commit is contained in:
14
source/menu.h
Normal file
14
source/menu.h
Normal 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();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user