ACE3/addons/slideshow/XEH_preInit.sqf

14 lines
189 B
Plaintext
Raw Normal View History

2015-06-27 02:11:57 +00:00
#include "script_component.hpp"
ADDON = false;
PREP(addSlideActions);
PREP(autoTransition);
2015-06-27 02:11:57 +00:00
PREP(createSlideshow);
PREP(makeList);
PREP(moduleInit);
2015-06-29 19:54:40 +00:00
GVAR(slideshows) = 0;
2015-06-27 02:11:57 +00:00
ADDON = true;