mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 17:02:56 +00:00
Compilation fixes for MSVC.
Add a missing include and missing files in the project. Patch provided by Reisiger.
This commit is contained in:
parent
09fa698b2c
commit
a8d51bd972
@ -275,11 +275,11 @@
|
|||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\ai_attack.cpp"
|
RelativePath="..\..\src\ai_actions.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\ai_actions.cpp"
|
RelativePath="..\..\src\ai_attack.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
@ -410,6 +410,10 @@
|
|||||||
RelativePath="..\..\src\formula_ai.cpp"
|
RelativePath="..\..\src\formula_ai.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\formula_candidates.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\formula_function.cpp"
|
RelativePath="..\..\src\formula_function.cpp"
|
||||||
>
|
>
|
||||||
@ -2762,11 +2766,11 @@
|
|||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\ai_actions.hpp"
|
RelativePath="..\..\src\ai2.hpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\ai2.hpp"
|
RelativePath="..\..\src\ai_actions.hpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
@ -2777,6 +2781,10 @@
|
|||||||
RelativePath="..\..\src\ai_dfool.hpp"
|
RelativePath="..\..\src\ai_dfool.hpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\ai_interface.hpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\ai_manager.hpp"
|
RelativePath="..\..\src\ai_manager.hpp"
|
||||||
>
|
>
|
||||||
@ -2893,6 +2901,10 @@
|
|||||||
RelativePath="..\..\src\formula_callable.hpp"
|
RelativePath="..\..\src\formula_callable.hpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\formula_candidates.hpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\formula_function.hpp"
|
RelativePath="..\..\src\formula_function.hpp"
|
||||||
>
|
>
|
||||||
|
@ -20,6 +20,8 @@
|
|||||||
#include <map>
|
#include <map>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
#include <ctime>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @class An exmple how to implement user_handler to demonstrate the interface
|
* @class An exmple how to implement user_handler to demonstrate the interface
|
||||||
* If you use this on anything real you are insane
|
* If you use this on anything real you are insane
|
||||||
|
Loading…
x
Reference in New Issue
Block a user