Compile minedetector scripts at preStart

This commit is contained in:
Dedmen Miller 2019-02-08 14:55:06 +01:00
parent ff5eb34e10
commit c9dc84d170
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
class Extended_PreStart_EventHandlers {
class ADDON {
init = QUOTE(call COMPILE_FILE(XEH_preStart));
};
};
class Extended_PreInit_EventHandlers {
class ADDON {
init = QUOTE(call COMPILE_FILE(XEH_preInit));

View File

@ -0,0 +1,3 @@
#include "script_component.hpp"
#include "XEH_PREP.hpp"