mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-19 07:28:04 +08:00
12 lines
143 B
C++
12 lines
143 B
C++
![]() |
#pragma once
|
||
|
#include "common.hpp"
|
||
|
#include "imgui.h"
|
||
|
|
||
|
namespace big
|
||
|
{
|
||
|
class tab_player
|
||
|
{
|
||
|
public:
|
||
|
static void tab_info();
|
||
|
};
|
||
|
}
|