diff options
author | chai <chaifix@163.com> | 2021-11-17 00:46:58 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-17 00:46:58 +0800 |
commit | 9421ca53788e51a92b28056e06af3d9dd6b4d92c (patch) | |
tree | 045519df1b7eacbadd8af5df79c1367869514dc8 /Projects/VisualStudio/Editor | |
parent | 1f5b75d39721ad40483f1b188af2e965fbe205ac (diff) |
*rename
Diffstat (limited to 'Projects/VisualStudio/Editor')
-rw-r--r-- | Projects/VisualStudio/Editor/Editor.vcxproj | 1 | ||||
-rw-r--r-- | Projects/VisualStudio/Editor/Editor.vcxproj.filters | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Projects/VisualStudio/Editor/Editor.vcxproj b/Projects/VisualStudio/Editor/Editor.vcxproj index bdf16ca..f9f04eb 100644 --- a/Projects/VisualStudio/Editor/Editor.vcxproj +++ b/Projects/VisualStudio/Editor/Editor.vcxproj @@ -328,6 +328,7 @@ <ClInclude Include="..\..\..\Runtime\Lua\LuaBind\LuaBindVM.h" />
<ClInclude Include="..\..\..\Runtime\Lua\LuaBind\LuaBindWatchDog.h" />
<ClInclude Include="..\..\..\Runtime\Lua\LuaHelper.h" />
+ <ClInclude Include="..\..\..\Runtime\Lua\LuaObjectProxy.h" />
<ClInclude Include="..\..\..\Runtime\Math\AABB.h" />
<ClInclude Include="..\..\..\Runtime\Math\FloatConversion.h" />
<ClInclude Include="..\..\..\Runtime\Math\Math.h" />
diff --git a/Projects/VisualStudio/Editor/Editor.vcxproj.filters b/Projects/VisualStudio/Editor/Editor.vcxproj.filters index 5d837a3..9873bca 100644 --- a/Projects/VisualStudio/Editor/Editor.vcxproj.filters +++ b/Projects/VisualStudio/Editor/Editor.vcxproj.filters @@ -756,6 +756,9 @@ <ClInclude Include="..\..\..\Editor\EditorGlobals.h">
<Filter>Editor\Scripting</Filter>
</ClInclude>
+ <ClInclude Include="..\..\..\Runtime\Lua\LuaObjectProxy.h">
+ <Filter>Runtime\Lua</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\Runtime\Lua\LuaBind\LuaBindClass.inc">
|