Added Slideshow mission tool

This commit is contained in:
jonpas
2015-06-27 04:11:57 +02:00
parent 6bb235f38a
commit 77cb278f61
14 changed files with 437 additions and 0 deletions

View File

@ -0,0 +1,5 @@
class Extended_PreInit_EventHandlers {
class ADDON {
init = QUOTE(call COMPILE_FILE(XEH_preInit));
};
};