#include "NativeFeatureIncludes.h"
#include "TeamBalancer.h"
#include "BitStream.h"
#include "MessageIdentifiers.h"
#include "RakPeerInterface.h"
#include "Rand.h"
Go to the source code of this file.
Enumerations | |
enum | TeamBalancerOperations { ID_STATUS_UPDATE_TO_NEW_HOST, ID_CANCEL_TEAM_REQUEST, ID_REQUEST_ANY_TEAM, ID_REQUEST_SPECIFIC_TEAM } |
ID_STATUS_UPDATE_TO_NEW_HOST | |
ID_CANCEL_TEAM_REQUEST | |
ID_REQUEST_ANY_TEAM | |
ID_REQUEST_SPECIFIC_TEAM |
Definition at line 12 of file TeamBalancer.cpp.