ACE3/addons/slideshow/XEH_preInit.sqf

13 lines
173 B
Plaintext

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