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