#pragma once #include "common.hpp" namespace big { namespace features { void run_tick(); void script_func(); } }