ACE3/addons/spectator/XEH_preInit.sqf

15 lines
228 B
Plaintext
Raw Normal View History

2015-06-29 02:34:21 +00:00
#include "script_component.hpp"
ADDON = false;
2015-07-15 11:11:19 +00:00
PREP(handleCamera);
2015-07-15 11:03:54 +00:00
PREP(handleInterface);
2015-07-04 23:49:47 +00:00
PREP(handleKilled);
2015-07-15 11:11:19 +00:00
PREP(handleMouse);
2015-07-04 23:49:47 +00:00
PREP(handleRespawn);
2015-06-29 02:34:21 +00:00
PREP(moduleSpectator);
PREP(setSpectator);
2015-07-15 13:33:11 +00:00
PREP(updateView);
2015-06-29 02:34:21 +00:00
2015-07-04 23:10:01 +00:00
ADDON = true;