mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 07:07:32 +08:00
13 lines
185 B
C++
13 lines
185 B
C++
#pragma once
|
|
#include "common.hpp"
|
|
#include "imgui.h"
|
|
|
|
namespace big
|
|
{
|
|
class tab_main {
|
|
public:
|
|
static void tab_self();
|
|
static void tab_spawn();
|
|
static void tab_weapons();
|
|
};
|
|
} |