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