diff options
author | michi_cc <michi_cc@openttd.org> | 2014-06-17 20:09:00 +0000 |
---|---|---|
committer | michi_cc <michi_cc@openttd.org> | 2014-06-17 20:09:00 +0000 |
commit | 5ba1a7f323719a3c4256cb1f2c4b01edd3c7ce48 (patch) | |
tree | c7e303e90136dc50abbaa4cefdd7a2159af5ca63 /projects/openttd_vs100.vcxproj | |
parent | ab964a6ceed04d64fc1568196ba7c2adfc6d0c49 (diff) | |
download | openttd-5ba1a7f323719a3c4256cb1f2c4b01edd3c7ce48.tar.xz |
(svn r26654) -Fix (r26482): Header file missing from sources.list.
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 2feba86c2..e7b30aed6 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -568,6 +568,7 @@ <ClInclude Include="..\src\road_type.h" /> <ClInclude Include="..\src\roadstop_base.h" /> <ClInclude Include="..\src\roadveh.h" /> + <ClInclude Include="..\src\safeguards.h" /> <ClInclude Include="..\src\screenshot.h" /> <ClInclude Include="..\src\sdl.h" /> <ClInclude Include="..\src\sound\sdl_s.h" /> |