BWAPI
Defines
UAlbertaBot_src/Projects/UAlbertaBot/Source/base/ProductionManager.cpp File Reference
#include "Common.h"
#include "ProductionManager.h"
#include "starcraftsearch\ActionSet.hpp"
#include "starcraftsearch\ProtossState.hpp"
#include "starcraftsearch\DFBBStarcraftSearch.hpp"
#include "starcraftsearch\StarcraftData.hpp"
Include dependency graph for ProductionManager.cpp:

Defines

#define BOADD(N, T, B)   for (int i=0; i<N; ++i) { queue.queueAsLowestPriority(MetaType(T), B); }
#define GOAL_ADD(G, M, N)   G.push_back(std::pair<MetaType, int>(M, N))

Define Documentation

#define BOADD (   N,
  T,
 
)    for (int i=0; i<N; ++i) { queue.queueAsLowestPriority(MetaType(T), B); }
#define GOAL_ADD (   G,
  M,
 
)    G.push_back(std::pair<MetaType, int>(M, N))
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines