13 lines
181 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_all();
};
}