ACE3/addons/slideshow/XEH_preInit.sqf

12 lines
153 B
Plaintext
Raw Normal View History

2015-06-27 02:11:57 +00:00
#include "script_component.hpp"
ADDON = false;
PREP_RECOMPILE_START;
2016-02-22 14:20:36 +00:00
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;
2015-06-27 02:11:57 +00:00
2015-06-29 19:54:40 +00:00
GVAR(slideshows) = 0;
2015-06-27 02:11:57 +00:00
ADDON = true;