TmpMenu/BigBaseV2/src/gui/window/player/player_tabs.hpp

14 lines
202 B
C++
Raw Normal View History

2021-07-23 23:02:46 +02:00
#pragma once
#include "common.hpp"
#include "imgui.h"
namespace big
{
class tab_player
{
public:
static void tab_info();
static void tab_teleport();
static void tab_toxic();
2021-07-23 23:02:46 +02:00
};
}