mirror of
https://github.com/indig0fox/Arma3-AttendanceTracker.git/
synced 2025-12-08 09:51:47 -06:00
- no longer supports server events - can now more easily build using hemtt - extension vastly improved in both structure and functionality - tested on listen server - includes schema change
12 lines
225 B
C++
12 lines
225 B
C++
#include "script_version.hpp"
|
|
|
|
#define COMPONENT main
|
|
#define COMPONENT_BEAUTIFIED Main
|
|
|
|
#define MAINPREFIX x
|
|
#define SUBPREFIX addons
|
|
#define PREFIX AttendanceTracker
|
|
|
|
|
|
|
|
#include "\x\cba\addons\main\script_macros_common.hpp" |