mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 15:17:23 +08:00
19 lines
300 B
C++
19 lines
300 B
C++
#pragma once
|
|
#include "common.hpp"
|
|
#include "imgui.h"
|
|
#include "features.hpp"
|
|
#include "settings.h"
|
|
#include "natives.hpp"
|
|
#include "script.hpp"
|
|
#include "fiber_pool.hpp"
|
|
|
|
namespace big
|
|
{
|
|
class tabbar
|
|
{
|
|
public:
|
|
static void render_self();
|
|
static void render_tunables();
|
|
};
|
|
|
|
} |