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

10 lines
152 B
C++
Raw Normal View History

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