Symphony Of Empires
ai.hpp File Reference
#include <vector>
#include "eng3d/entity.hpp"
#include "objects.hpp"
#include "nation.hpp"
#include "province.hpp"
#include "world.hpp"
Include dependency graph for ai.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  AIManager
 

Variables

std::vector< ProvinceIdg_water_provinces
 
std::vector< AIManagerai_man
 

Variable Documentation

◆ ai_man

std::vector<AIManager> ai_man
extern

Definition at line 55 of file ai.cpp.

◆ g_water_provinces

std::vector<ProvinceId> g_water_provinces
extern

Definition at line 54 of file ai.cpp.