mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 23:17:52 +08:00
14 lines
236 B
C++
14 lines
236 B
C++
#pragma once
|
|
#include "imgui.h"
|
|
|
|
namespace big
|
|
{
|
|
class window
|
|
{
|
|
public:
|
|
static void render_top_bar();
|
|
static void render_main_window();
|
|
static void render_user_sidebar();
|
|
static void render_player_window();
|
|
};
|
|
} |