diff options
author | terkhen <terkhen@openttd.org> | 2011-12-03 22:19:09 +0000 |
---|---|---|
committer | terkhen <terkhen@openttd.org> | 2011-12-03 22:19:09 +0000 |
commit | e9e62b1629e75f6a908d03ccc02033ba349eb659 (patch) | |
tree | 3e7db9ab031d53406f6122aa9e9da0779a80310f /projects/openttd_vs100.vcxproj | |
parent | bf1b6d570b19938279435a32a089448a7dd0a792 (diff) | |
download | openttd-e9e62b1629e75f6a908d03ccc02033ba349eb659.tar.xz |
(svn r23404) -Add: Tilematrix structure (michi_cc).
Diffstat (limited to 'projects/openttd_vs100.vcxproj')
-rw-r--r-- | projects/openttd_vs100.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index 8f9e0027c..afe471f14 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -573,6 +573,7 @@ <ClInclude Include="..\src\tilearea_type.h" /> <ClInclude Include="..\src\tilehighlight_func.h" /> <ClInclude Include="..\src\tilehighlight_type.h" /> + <ClInclude Include="..\src\tilematrix_type.hpp" /> <ClInclude Include="..\src\timetable.h" /> <ClInclude Include="..\src\toolbar_gui.h" /> <ClInclude Include="..\src\town.h" /> |