summaryrefslogtreecommitdiff
path: root/projects/openttd_vs100.vcxproj
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2013-06-25 20:29:31 +0000
committerrubidium <rubidium@openttd.org>2013-06-25 20:29:31 +0000
commit2446b8ea6031f251e3eede83e9a17e9c1464d471 (patch)
tree587a2bfc8ab6c8098cf835d78dc2ebababb86787 /projects/openttd_vs100.vcxproj
parentbbbecceae1cfd7aed447a30c3e130efbb6997ead (diff)
downloadopenttd-2446b8ea6031f251e3eede83e9a17e9c1464d471.tar.xz
(svn r25465) -Codechange: add the concept of a layouting engine for text
Diffstat (limited to 'projects/openttd_vs100.vcxproj')
-rw-r--r--projects/openttd_vs100.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj
index 78fa86ca7..c7da8ae15 100644
--- a/projects/openttd_vs100.vcxproj
+++ b/projects/openttd_vs100.vcxproj
@@ -324,6 +324,7 @@
<ClCompile Include="..\src\genworld.cpp" />
<ClCompile Include="..\src\gfx.cpp" />
<ClCompile Include="..\src\gfxinit.cpp" />
+ <ClCompile Include="..\src\gfx_layout.cpp" />
<ClCompile Include="..\src\goal.cpp" />
<ClCompile Include="..\src\ground_vehicle.cpp" />
<ClCompile Include="..\src\heightmap.cpp" />
@@ -456,6 +457,7 @@
<ClInclude Include="..\src\gamelog_internal.h" />
<ClInclude Include="..\src\genworld.h" />
<ClInclude Include="..\src\gfx_func.h" />
+ <ClInclude Include="..\src\gfx_layout.h" />
<ClInclude Include="..\src\gfx_type.h" />
<ClInclude Include="..\src\gfxinit.h" />
<ClInclude Include="..\src\goal_base.h" />