Modules Cleanup (#4813)

* Cleanup

* Added newlines
This commit is contained in:
Neviothr
2017-01-14 23:47:03 +02:00
committed by PabstMirror
parent 3f00da7365
commit ade87adf46
3 changed files with 3 additions and 7 deletions

View File

@ -1,4 +1,3 @@
class Extended_PreStart_EventHandlers {
class ADDON {
init = QUOTE(call COMPILE_FILE(XEH_preStart));
@ -11,7 +10,6 @@ class Extended_PreInit_EventHandlers {
};
};
class Extended_PostInit_EventHandlers {
class _ACE_modules { // using a _ so it is the first postInit to be executed
init = QUOTE(call COMPILE_FILE(XEH_postInit));