Planeshift
Classes | Defines

remotedebug.h File Reference

#include "psstdint.h"

Go to the source code of this file.

Classes

struct  RemoteDebug::DebugClient
 Hold client information for remote debugging clients.
class  RemoteDebug
 Keep track of remote debugging. More...

Defines

#define RDebug(debugEntity, debugLevel,...)   { if (debugEntity->IsDebugging()) { debugEntity->Printf(debugLevel, __VA_ARGS__); }}
 Remote debugging marcro.