mirror of
https://github.com/indig0fox/Arma3-AttendanceTracker.git/
synced 2025-12-08 01:41:49 -06:00
- using a3go 0.3.2, no longer relies on ext callback for anything except RPT logging and waiting DB connect at postinit - tested and functional
8 lines
209 B
C++
8 lines
209 B
C++
#include "script_version.hpp"
|
|
|
|
#define MAINPREFIX x
|
|
#define PREFIX attendancetracker
|
|
#define PREFIX_BEAUTIFIED AttendanceTracker
|
|
#define SUBPREFIX addons
|
|
|
|
#include "\x\cba\addons\main\script_macros_common.hpp" |