OpenEnroth 73e68f7
|
#include <Party.h>
Public Member Functions | |
ActionQueue () | |
void | Add (PartyAction action) |
void | Reset () |
PartyAction | Next () |
Public Attributes | |
unsigned int | uNumActions |
PartyAction | pActions [30] {} |
|
inline |
void ActionQueue::Add | ( | PartyAction | action | ) |
PartyAction ActionQueue::Next | ( | ) |
void ActionQueue::Reset | ( | ) |
PartyAction ActionQueue::pActions[30] {} |
unsigned int ActionQueue::uNumActions |