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.
YimMenu/BigBaseV2/src/features.hpp

12 lines
121 B
C++
Raw Normal View History

2019-03-21 20:18:31 +01:00
#pragma once
#include "common.hpp"
namespace big
2019-03-21 20:18:31 +01:00
{
namespace features
{
void run_tick();
void script_func();
}
2019-03-21 20:18:31 +01:00
}