mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-02 00:10:22 +02:00
8ecabaa041
* UML project (can be viewed and edited in BOUML). The aim of this UML documentation is to help to share ideas and to make good AI logic.
14 lines
228 B
Plaintext
14 lines
228 B
Plaintext
// "a type" "needed cpp_includes"
|
|
"vector" "#include <vector>
|
|
using namespace std;"
|
|
|
|
"list" "#include <list>
|
|
using namespace std;"
|
|
|
|
"map" "#include <map>
|
|
using namespace std;"
|
|
|
|
"string" "#include <string>
|
|
using namespace std;"
|
|
|