mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-19 07:28:04 +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();
|
||
|
};
|
||
|
}
|