ACE3/addons/slideshow/XEH_preInit.sqf

12 lines
153 B
Plaintext

#include "script_component.hpp"
ADDON = false;
PREP_RECOMPILE_START;
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;
GVAR(slideshows) = 0;
ADDON = true;