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