mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-15 22:08:00 +08:00
13 lines
205 B
C++
13 lines
205 B
C++
#pragma once
|
|
#include "common.hpp"
|
|
|
|
namespace big
|
|
{
|
|
class stats
|
|
{
|
|
public:
|
|
static void max_stats(int character_index);
|
|
static void unlock_achievements();
|
|
static void unlock_all();
|
|
};
|
|
} |