raSystem
1.0 bata
|
#include "..\include\raMain.h"
Go to the source code of this file.
Namespaces | |
System | |
Functions | |
RAPI bool | System::raInitLog (raString File) |
RAPI bool | System::raExitLog () |
RAPI bool | System::raWriteToLogDirect (raString pcFormat) |
bool | System::RemoveHTMLTags (raString pcIn, raString pcOut, DWORD dwOutLength) |
RAPI bool | System::raWriteToLog (raString pcFormat) |
RAPI bool | System::raWriteVector2ToLog (raVector2 &v) |
RAPI bool | System::raWriteVector3ToLog (raVector3 &v) |
RAPI bool | System::raWriteMatrixToLog (raMatrix &m) |
RAPI bool | System::raWritePlaneToLog (raPlane &p) |
RAPI bool | System::raWriteColorToLog (raColor &c) |
Variables | |
FILE * | System::ra_g_pLogFile = NULL |