BWAPI
|
#include "InfluenceMap.h"
#include "../../Utils/BresenhamCircle.h"
#include <BWAPI.h>
#include <cassert>
#include <functional>
#include <set>
Go to the source code of this file.
Classes | |
struct | Threat |
Structure that holds threat information about a player at a certain position on the map. More... | |
struct | Threat::Functor |
Functor for Bresenham's circle drawing algorithm, used to update the influence map at certain positions. |