diff options
author | rubidium <rubidium@openttd.org> | 2010-08-26 17:12:44 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-08-26 17:12:44 +0000 |
commit | 72aeefe2047567a03b42ab45b4774cbc62fd17dc (patch) | |
tree | f8eb9203eb2b1b770c7b4e6691b59cfce89b30ee /projects/openttd_vs100.vcxproj | |
parent | 16bcd6c0cfe96690c65cce54345de08415fb9c0f (diff) | |
download | openttd-72aeefe2047567a03b42ab45b4774cbc62fd17dc.tar.xz |
(svn r20629) -Fix (r20627): ofcourse I forget to update source.list/MSVC project files when adding a header.
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 640129704..710ce705a 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -470,6 +470,7 @@ <ClInclude Include="..\src\newgrf.h" /> <ClInclude Include="..\src\newgrf_airport.h" /> <ClInclude Include="..\src\newgrf_airporttiles.h" /> + <ClInclude Include="..\src\newgrf_animation_base.h" /> <ClInclude Include="..\src\newgrf_animation_type.h" /> <ClInclude Include="..\src\newgrf_callbacks.h" /> <ClInclude Include="..\src\newgrf_canal.h" /> |