Removed callback handler, added XEH stuff to main addon

This commit is contained in:
Valmo Trindade
2025-05-16 03:34:51 -03:00
parent c1b00cb050
commit 5c599877ca
10 changed files with 61 additions and 34 deletions

View File

@@ -0,0 +1,9 @@
#include "script_component.hpp"
ADDON = false;
PREP_RECOMPILE_START;
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;
ADDON = true;