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.

16 lines
271 B
C++
Raw Normal View History

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