diff options
author | truebrain <truebrain@openttd.org> | 2011-11-29 23:21:04 +0000 |
---|---|---|
committer | truebrain <truebrain@openttd.org> | 2011-11-29 23:21:04 +0000 |
commit | 99cb93ef6faf7e89720ca0caf5536bb488be990e (patch) | |
tree | 4ba3ff966411a05a53b2b460383d12705f47964f /projects/openttd_vs100.vcxproj | |
parent | c2398c0fe11f92ac13b81a21734fdfbd6ce8f8ca (diff) | |
download | openttd-99cb93ef6faf7e89720ca0caf5536bb488be990e.tar.xz |
(svn r23357) -Codechange: move AIStorage to ScriptStorage
Diffstat (limited to 'projects/openttd_vs100.vcxproj')
-rw-r--r-- | projects/openttd_vs100.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index a43a2ea97..bb88f7d78 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -792,6 +792,7 @@ <ClInclude Include="..\src\script\script_info.hpp" /> <ClCompile Include="..\src\script\script_scanner.cpp" /> <ClInclude Include="..\src\script\script_scanner.hpp" /> + <ClInclude Include="..\src\script\script_storage.hpp" /> <ClCompile Include="..\src\script\squirrel.cpp" /> <ClInclude Include="..\src\script\squirrel.hpp" /> <ClInclude Include="..\src\script\squirrel_class.hpp" /> @@ -851,7 +852,6 @@ <ClInclude Include="..\src\ai\ai_instance.hpp" /> <ClCompile Include="..\src\ai\ai_scanner.cpp" /> <ClInclude Include="..\src\ai\ai_scanner.hpp" /> - <ClInclude Include="..\src\ai\ai_storage.hpp" /> <ClInclude Include="..\src\ai\api\ai_changelog.hpp" /> <ClInclude Include="..\src\ai\api\ai_info_docs.hpp" /> <ClInclude Include="..\src\script\api\script_accounting.hpp" /> |