|
orx 1.16
Portable Game Engine
|
#include "orxInclude.h"Go to the source code of this file.
Typedefs | |
| typedef orxSTATUS(orxFASTCALL * | orxDEBUG_CALLBACK_FUNCTION) (orxDEBUG_LEVEL _eLevel, const orxSTRING _zFunction, const orxSTRING _zFile, orxU32 _u32Line, const orxSTRING _zLog) |
Functions | |
| orxDLLAPI void orxFASTCALL | _orxDebug_Break () |
| orxDLLAPI void orxFASTCALL | _orxDebug_EnableLevel (orxDEBUG_LEVEL _eLevel, orxBOOL _bEnable) |
| orxDLLAPI void orxFASTCALL | _orxDebug_Exit () |
| orxDLLAPI orxU32 orxFASTCALL | _orxDebug_GetFlags () |
| orxDLLAPI orxSTATUS orxFASTCALL | _orxDebug_Init () |
| orxDLLAPI orxBOOL orxFASTCALL | _orxDebug_IsLevelEnabled (orxDEBUG_LEVEL _eLevel) |
| orxDLLAPI void orxCDECL | _orxDebug_Log (orxDEBUG_LEVEL _eLevel, const orxSTRING _zFunction, const orxSTRING _zFile, orxU32 _u32Line, const orxSTRING _zFormat,...) |
| orxDLLAPI void orxFASTCALL | _orxDebug_SetDebugFile (const orxSTRING _zFileName) |
| orxDLLAPI void orxFASTCALL | _orxDebug_SetFlags (orxU32 _u32Add, orxU32 _u32Remove) |
| orxDLLAPI void orxFASTCALL | _orxDebug_SetLogCallback (const orxDEBUG_CALLBACK_FUNCTION _pfnLogCallback) |
| orxDLLAPI void orxFASTCALL | _orxDebug_SetLogFile (const orxSTRING _zFileName) |
Definition in file orxDebug.h.
1.8.11