aboutsummaryrefslogtreecommitdiff
path: root/CruUI.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'CruUI.vcxproj')
-rw-r--r--CruUI.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/CruUI.vcxproj b/CruUI.vcxproj
index 2954ecc8..2e1359f9 100644
--- a/CruUI.vcxproj
+++ b/CruUI.vcxproj
@@ -118,6 +118,7 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="src\ui\render\text_render_object.cpp" />
+ <ClCompile Include="src\ui\render\window_render_object.cpp" />
<ClCompile Include="src\ui\window_class.cpp" />
<ClCompile Include="src\util\any_map.cpp" />
<ClCompile Include="src\cru_debug.cpp" />
@@ -130,6 +131,7 @@
<ClCompile Include="src\ui\control.cpp" />
<ClCompile Include="src\ui\controls\flex_layout.cpp" />
<ClCompile Include="src\util\string_util.cpp" />
+ <ClInclude Include="src\ui\render\window_render_object.hpp" />
<ClInclude Include="src\ui\render\text_render_object.hpp" />
<ClInclude Include="src\ui\window_class.hpp" />
<ClInclude Include="src\util\any_map.hpp" />