|
Planeshift
|
#include "psstdint.h"Go to the source code of this file.
Classes | |
| class | RemoteDebug |
| Keep track of remote debugging. More... | |
Macros | |
| #define | RDebug(debugEntity, debugLevel, ...) { if (debugEntity->IsDebugging()) { debugEntity->Printf(debugLevel, __VA_ARGS__); }} |
| Remote debugging marcro. More... | |