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 f4fada4d..9718355d 100644
--- a/CruUI.vcxproj
+++ b/CruUI.vcxproj
@@ -117,6 +117,7 @@
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
+ <ClCompile Include="src\ui\render\text_render_object.cpp" />
<ClCompile Include="src\ui\window_class.cpp" />
<ClCompile Include="src\util\any_map.cpp" />
<ClCompile Include="src\cru_debug.cpp" />
@@ -136,6 +137,7 @@
<ClCompile Include="src\ui\controls\text_block.cpp" />
<ClCompile Include="src\ui\controls\text_box.cpp" />
<ClCompile Include="src\util\string_util.cpp" />
+ <ClInclude Include="src\ui\render\text_render_object.hpp" />
<ClInclude Include="src\ui\window_class.hpp" />
<ClInclude Include="src\util\any_map.hpp" />
<ClInclude Include="src\util\format.hpp" />