|
BWAPI
|
#include <BWAPI.h>#include <windows.h>#include "Common.h"#include "SquadAgent.h"#include "InformationManager.h"

Go to the source code of this file.
Classes | |
| class | SquadManager |
Typedefs | |
| typedef std::set< SquadAgent * > | SquadSet |
| typedef std::map< BWAPI::Unit *, SquadAgent * > | UnitToSquadMap |
| typedef std::set< std::pair < SquadAgent *, SquadAgent * > > | UnitPairSet |
| typedef std::set<SquadAgent*> SquadSet |
| typedef std::set< std::pair<SquadAgent*, SquadAgent*> > UnitPairSet |
| typedef std::map<BWAPI::Unit*, SquadAgent*> UnitToSquadMap |
1.7.6.1