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.
Files
YimMenu/BigBaseV2/src/gui/window/main/tabs.hpp
2021-07-23 11:59:31 +02:00

16 lines
274 B
C++

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