mirror of
https://github.com/indig0fox/Arma3-AttendanceTracker.git/
synced 2025-12-08 09:51:47 -06:00
10 lines
223 B
C++
10 lines
223 B
C++
#include "script_version.hpp"
|
|
|
|
#define COMPONENT main
|
|
#define COMPONENT_BEAUTIFIED Main
|
|
|
|
#define MAINPREFIX x
|
|
#define PREFIX AttendanceTracker
|
|
#define SUBPREFIX addons
|
|
|
|
#include "\x\cba\addons\main\script_macros_common.hpp" |