Revert "remove file and comments"

This reverts commit 58b557bd99.
This commit is contained in:
bux578
2015-02-10 18:40:06 +01:00
parent 58b557bd99
commit e14d49393a
2 changed files with 50 additions and 0 deletions

View File

@ -3,3 +3,10 @@ class Extended_PreInit_EventHandlers {
init = QUOTE( call COMPILE_FILE(XEH_preInit) );
};
};
/*
class Extended_PostInit_EventHandlers {
class ADDON {
clientInit = QUOTE( call COMPILE_FILE(XEH_clientInit) );
};
};
*/