TmpMenu/BigBaseV2/src/features.hpp

9 lines
103 B
C++
Raw Normal View History

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