GameClient.cc File Reference

#include <IPAddressResolver.h>
#include <IPv4InterfaceData.h>
#include <IPControlInfo_m.h>
#include <UDPControlInfo_m.h>
#include <YMMOGMessage_m.h>
#include "GameClient.h"

Functions

 Define_Module (GameClient)
std::ostream & operator<< (std::ostream &Stream, const PlayerPosition player)


Function Documentation

Define_Module ( GameClient   ) 

std::ostream& operator<< ( std::ostream &  Stream,
const PlayerPosition  player 
)

00195 {
00196     return Stream << "PlayerId: " << player.playerId << " xpos: " << player.xpos << " ypos: " << player.ypos << " last update:" << player.timeStamp << "\n";
00197 }


Generated on Thu Apr 17 13:19:27 2008 for ITM OverSim by  doxygen 1.5.3