mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-19 12:39:11 +00:00
(svn r23359) -Codechange: move AI_VMSuspend to Script_Suspend (and to its own file)
This commit is contained in:
@@ -794,6 +794,7 @@
|
||||
<ClCompile Include="..\src\script\script_scanner.cpp" />
|
||||
<ClInclude Include="..\src\script\script_scanner.hpp" />
|
||||
<ClInclude Include="..\src\script\script_storage.hpp" />
|
||||
<ClInclude Include="..\src\script\script_suspend.hpp" />
|
||||
<ClCompile Include="..\src\script\squirrel.cpp" />
|
||||
<ClInclude Include="..\src\script\squirrel.hpp" />
|
||||
<ClInclude Include="..\src\script\squirrel_class.hpp" />
|
||||
|
@@ -1605,6 +1605,9 @@
|
||||
<ClInclude Include="..\src\script\script_storage.hpp">
|
||||
<Filter>Script</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\src\script\script_suspend.hpp">
|
||||
<Filter>Script</Filter>
|
||||
</ClInclude>
|
||||
<ClCompile Include="..\src\script\squirrel.cpp">
|
||||
<Filter>Script</Filter>
|
||||
</ClCompile>
|
||||
|
@@ -2482,6 +2482,10 @@
|
||||
RelativePath=".\..\src\script\script_storage.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\script\script_suspend.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\script\squirrel.cpp"
|
||||
>
|
||||
|
@@ -2479,6 +2479,10 @@
|
||||
RelativePath=".\..\src\script\script_storage.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\script\script_suspend.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\script\squirrel.cpp"
|
||||
>
|
||||
|
Reference in New Issue
Block a user