This commit is contained in:
ineed bots
2023-09-08 15:15:17 -06:00
parent b99a335d96
commit af697a4460
12 changed files with 55 additions and 30 deletions

View File

@ -3,8 +3,7 @@
#include "utils/hook.hpp"
//#include "codsrc/clientscript/cscr_animtree.hpp"
#define RE_CSCR_ANIMTREE_USE_WRAPPERS
#ifndef DISABLE_RE_CSCR_YACC
namespace re_cscr_animtree
{
utils::hook::detour AnimTreeCompileError_hook;
@ -398,3 +397,4 @@ namespace re_cscr_animtree
};
}
REGISTER_COMPONENT(re_cscr_animtree::component)
#endif