#include "common/Thread.h"
#include "common/Types.h"
#include "common/Math.h"
#include "ICharacter.h"
#include "AI.h"
#include <map>
#include <memory>
#include <numeric>
#include <unordered_map>
#include <unordered_set>
Go to the source code of this file.
Classes | |
class | ai::GroupMgr |
Maintains the groups a AI can be in. More... | |