#pragma once #include "common.hpp" #include "natives.hpp" namespace big { class main_gui { public: static void draw(); }; }