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();
|
|
};
|
|
} |