diff options
author | truebrain <truebrain@openttd.org> | 2011-11-29 23:21:13 +0000 |
---|---|---|
committer | truebrain <truebrain@openttd.org> | 2011-11-29 23:21:13 +0000 |
commit | bbd9facb44dc09ded5500918319b770c63c0a981 (patch) | |
tree | e0aec49e211484cb1235fcbf1689de5b86dd2dda /projects/openttd_vs100.vcxproj | |
parent | 99cb93ef6faf7e89720ca0caf5536bb488be990e (diff) | |
download | openttd-bbd9facb44dc09ded5500918319b770c63c0a981.tar.xz |
(svn r23358) -Codechange: move AI_FatalError to Script_FatalError (and to its own file)
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 bb88f7d78..d35f165ff 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -788,6 +788,7 @@ <ClInclude Include="..\src\table\water_land.h" /> <ClCompile Include="..\src\3rdparty\md5\md5.cpp" /> <ClInclude Include="..\src\3rdparty\md5\md5.h" /> + <ClInclude Include="..\src\script\script_fatalerror.hpp" /> <ClCompile Include="..\src\script\script_info.cpp" /> <ClInclude Include="..\src\script\script_info.hpp" /> <ClCompile Include="..\src\script\script_scanner.cpp" /> |