This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.

19 lines
364 B
C++

#pragma once
#include "common.hpp"
#include "imgui.h"
namespace big
{
class tab_main {
public:
static void tab_tunables();
static void tab_self();
static void tab_recovery();
static void tab_settings();
static void tab_spawn();
static void tab_spoofing();
static void tab_vehicle();
static void tab_weapons();
static void tab_teleport();
};
}