mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
147f28d443
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
6 lines
125 B
C++
6 lines
125 B
C++
class Extended_PostInit_EventHandlers {
|
|
class ADDON {
|
|
init = QUOTE(call COMPILE_SCRIPT(XEH_postInit));
|
|
};
|
|
};
|