#pragma once #include "common.hpp" #include "imgui.h" namespace big::tab_player { void tab_info(); void tab_teleport(); void tab_toxic(); }