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