forge/arma/client/extra/example_addon/XEH_preInit.sqf
2025-11-26 18:33:09 -06:00

11 lines
227 B
Plaintext

#include "script_component.hpp"
PREP_RECOMPILE_START;
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;
private _category = [QUOTE(MOD_NAME), LLSTRING(displayName)];
#include "initSettings.inc.sqf"
#include "initKeybinds.inc.sqf"