Files
MissionTemplate/framework/script_macros.hpp
2024-02-06 01:52:25 -08:00

10 lines
243 B
C++

// all text before cba include
#define SETTINGS_GROUP_NAME 17th Battalion
#define LEVEL_TRACE -1
#define LEVEL_DEBUG 0
#define LEVEL_INFO 1
#define LEVEL_WARNING 2
#define LEVEL_ERROR 3
#include "\x\cba\addons\main\script_macros_mission.hpp"