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.
2022-01-04 22:16:36 +01:00

16 lines
271 B
C++

#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();
}