16 lines
271 B
C++
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();
|
|
} |