ACE3/addons/optics/XEH_preInit.sqf

10 lines
123 B
Plaintext
Raw Normal View History

2015-04-03 10:33:12 +00:00
#include "script_component.hpp"
ADDON = false;
2015-04-04 04:19:19 +00:00
PREP(handleFired);
2015-04-03 17:25:28 +00:00
PREP(onDrawScope);
2015-04-04 06:51:22 +00:00
PREP(onDrawScope2D);
2015-04-03 10:33:12 +00:00
ADDON = true;