This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.

14 lines
219 B
C++
Raw Normal View History

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