BWAPI
Functions
Skynet/Skynet/MacroManager.cpp File Reference
#include "MacroManager.h"
#include "PlayerTracker.h"
#include "BuildOrderManager.h"
#include "TaskManager.h"
#include "UnitTracker.h"
#include "ResourceTracker.h"
Include dependency graph for MacroManager.cpp:

Go to the source code of this file.

Functions

bool macroCompare (const MacroItem &first, const MacroItem &second)

Function Documentation

bool macroCompare ( const MacroItem first,
const MacroItem second 
)

Definition at line 248 of file MacroManager.cpp.

References MacroItem::getPriority().

Referenced by MacroManagerClass::onChangeBuild().

{
        return first.getPriority() > second.getPriority();
}

Here is the call graph for this function:

Here is the caller graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines