mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 23:17:52 +08:00
17 lines
191 B
C++
17 lines
191 B
C++
#include "gui_main.hpp"
|
|
#include "window.hpp"
|
|
|
|
namespace big
|
|
{
|
|
void main_gui::draw()
|
|
{
|
|
window::top_bar();
|
|
|
|
window::log();
|
|
|
|
window::main();
|
|
|
|
window::player();
|
|
window::users();
|
|
}
|
|
} |