Created video addon

This commit is contained in:
Valmo Trindade
2025-05-17 22:10:28 -03:00
parent 29574bc36c
commit b3bd58385e
8 changed files with 166 additions and 0 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;