mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-19 23:47:36 +08:00
12 lines
130 B
C++
12 lines
130 B
C++
#pragma once
|
|
|
|
#include "common.hpp"
|
|
#include "natives.hpp"
|
|
|
|
namespace big
|
|
{
|
|
class main_gui {
|
|
public:
|
|
static void draw();
|
|
};
|
|
} |