ramdb/addons/db/XEH_preInit.sqf
Jacob Schmidt 885cc267c5
All checks were successful
Build / Build (push) Successful in 1m41s
Initial Repo Setup
2024-11-10 14:33:22 -06:00

8 lines
128 B
Plaintext

#include "script_component.hpp"
ADDON = false;
PREP_RECOMPILE_START;
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;
ADDON = true;