ACE3/addons/spectator/XEH_preInit.sqf
2015-07-15 12:23:25 +01:00

14 lines
210 B
Plaintext

#include "script_component.hpp"
ADDON = false;
PREP(handleCamera);
PREP(handleInterface);
PREP(handleKilled);
PREP(handleMouse);
PREP(handleRespawn);
PREP(moduleSpectator);
PREP(setSpectator);
ADDON = true;