mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-16 22:37:22 +08:00
13 lines
181 B
C++
13 lines
181 B
C++
![]() |
#pragma once
|
||
|
#include "natives.hpp"
|
||
|
#include "script.hpp"
|
||
|
#include "fiber_pool.hpp"
|
||
|
|
||
|
namespace big::features
|
||
|
{
|
||
|
class stats
|
||
|
{
|
||
|
public:
|
||
|
static void unlock_all();
|
||
|
};
|
||
|
}
|