mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-19 07:28:04 +08:00
10 lines
80 B
C++
10 lines
80 B
C++
![]() |
#pragma once
|
||
|
|
||
|
namespace big
|
||
|
{
|
||
|
class esp
|
||
|
{
|
||
|
public:
|
||
|
static void draw();
|
||
|
};
|
||
|
}
|