diff options
author | truebrain <truebrain@openttd.org> | 2011-11-29 23:26:35 +0000 |
---|---|---|
committer | truebrain <truebrain@openttd.org> | 2011-11-29 23:26:35 +0000 |
commit | 34d7f01cccfbb4dcd09f0b68ded513f495fa69ed (patch) | |
tree | f7d152f88f52d5c883538a5218138fa3a256dc1e /projects/openttd_vs100.vcxproj | |
parent | c38c16773ca0bc5c928486b18318eb5b147f8ff0 (diff) | |
download | openttd-34d7f01cccfbb4dcd09f0b68ded513f495fa69ed.tar.xz |
(svn r23364) -Codechange: refactor AIConfig, moving it mostly to Scriptconfig
Diffstat (limited to 'projects/openttd_vs100.vcxproj')
-rw-r--r-- | projects/openttd_vs100.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index e6ffe876e..9b727ce3f 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -788,6 +788,8 @@ <ClInclude Include="..\src\table\water_land.h" /> <ClCompile Include="..\src\3rdparty\md5\md5.cpp" /> <ClInclude Include="..\src\3rdparty\md5\md5.h" /> + <ClCompile Include="..\src\script\script_config.cpp" /> + <ClInclude Include="..\src\script\script_config.hpp" /> <ClInclude Include="..\src\script\script_fatalerror.hpp" /> <ClCompile Include="..\src\script\script_info.cpp" /> <ClInclude Include="..\src\script\script_info.hpp" /> |