mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-19 23:47:36 +08:00
14 lines
201 B
C++
14 lines
201 B
C++
#pragma once
|
|
|
|
namespace big
|
|
{
|
|
class window {
|
|
public:
|
|
static void top_bar();
|
|
static void handling();
|
|
static void log();
|
|
static void main();
|
|
static void player();
|
|
static void users();
|
|
};
|
|
} |