Add functions dependency to the project

This commit is contained in:
2026-01-19 18:44:05 +01:00
parent b8e066dd13
commit 143a04ff4e

View File

@@ -312,6 +312,7 @@
<ClCompile Include="..\libs\Memory\Memory.cpp" /> <ClCompile Include="..\libs\Memory\Memory.cpp" />
<ClCompile Include="..\libs\UEngine\UEngine.cpp" /> <ClCompile Include="..\libs\UEngine\UEngine.cpp" />
<ClCompile Include="dllmain.cpp" /> <ClCompile Include="dllmain.cpp" />
<ClCompile Include="SDK\AIModule_functions.cpp" />
<ClCompile Include="SDK\Basic.cpp" /> <ClCompile Include="SDK\Basic.cpp" />
<ClCompile Include="SDK\CoreUObject_functions.cpp" /> <ClCompile Include="SDK\CoreUObject_functions.cpp" />
<ClCompile Include="SDK\Engine_functions.cpp" /> <ClCompile Include="SDK\Engine_functions.cpp" />