BWAPI
|
#include "BuildOrder.h"
Go to the source code of this file.
Functions | |
std::list< CallBack > | CB (int buildID, CallBackType type, std::list< CallBack > &cb) |
std::list<CallBack> CB | ( | int | buildID, |
CallBackType | type, | ||
std::list< CallBack > & | cb | ||
) |
Definition at line 109 of file BuildOrder.cpp.
Referenced by BuildOrderManagerClass::LoadProtossBuilds().
{ cb.push_back(CallBack(buildID, type)); return cb; }