mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 23:17:52 +08:00
13 lines
142 B
C++
13 lines
142 B
C++
#pragma once
|
|
|
|
#include "common.hpp"
|
|
#include "natives.hpp"
|
|
|
|
namespace big
|
|
{
|
|
class base_tab
|
|
{
|
|
public:
|
|
static void render_base_tab();
|
|
};
|
|
} |