Files
2025-09-29 00:52:08 +02:00

12 lines
130 B
C++
Executable File

#pragma once
namespace Menu
{
BOOLEAN Init();
void Render();
void ShowPlayerInfo(Player plr);
bool IsOpen();
};