mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 19:33:30 +00:00
12 lines
249 B
C++
12 lines
249 B
C++
class Extended_PreStart_EventHandlers {
|
|
class ADDON {
|
|
init = QUOTE(call COMPILE_SCRIPT(XEH_preStart));
|
|
};
|
|
};
|
|
|
|
class Extended_PreInit_EventHandlers {
|
|
class ADDON {
|
|
init = QUOTE(call COMPILE_SCRIPT(XEH_preInit));
|
|
};
|
|
};
|