2020-12-26 23:36:09 +01:00
|
|
|
#pragma once
|
|
|
|
#include "natives.hpp"
|
|
|
|
#include "script.hpp"
|
|
|
|
#include "fiber_pool.hpp"
|
|
|
|
|
|
|
|
namespace big::features
|
|
|
|
{
|
|
|
|
class stats
|
|
|
|
{
|
|
|
|
public:
|
2020-12-27 00:47:08 +01:00
|
|
|
static void unlock_achievements();
|
2020-12-26 23:36:09 +01:00
|
|
|
static void unlock_all();
|
|
|
|
};
|
|
|
|
}
|