ACE3/addons/slideshow/XEH_preInit.sqf
2015-07-13 22:07:21 +02:00

14 lines
189 B
Plaintext

#include "script_component.hpp"
ADDON = false;
PREP(addSlideActions);
PREP(autoTransition);
PREP(createSlideshow);
PREP(makeList);
PREP(moduleInit);
GVAR(slideshows) = 0;
ADDON = true;