BWAPI
|
#include <boost/shared_ptr.hpp>
#include "Subgoal.h"
#include "Macro/Arbitrator.h"
#include "Micro/UnitsGroup.h"
#include "Micro/Goals/GoalManager.h"
#include "Defines.h"
#include <BWAPI.h>
#include <BWTA.h>
#include <list>
#include <map>
Go to the source code of this file.
Classes | |
class | Goal |
Defines | |
#define | SUBGOAL_SMART_POINTER |
Typedefs | |
typedef boost::shared_ptr< Goal > | pGoal |
typedef boost::shared_ptr < Subgoal > | pSubgoal |
Enumerations | |
enum | GoalStatus { GS_WAIT_PRECONDITION = 0, GS_IN_PROGRESS = 1, GS_IN_CANCEL = 2, GS_CANCELED = 3, GS_ACHIEVED = 4 } |
#define SUBGOAL_SMART_POINTER |
enum GoalStatus |