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