Mount Fuji Engine  0.8b
Functions
Debugging Tools

Functions

MF_API void MFDebug_Message (const char *pMessage)
 Logs a message to the debug output. More...
 
MF_API void MFDebug_Error (const char *pErrorMessage)
 Notifies the user of a critical error. More...
 
MF_API void MFDebug_Warn (int level, const char *pWarningMessage)
 Notifies the user of a runtime warning. More...
 
MF_API void MFDebug_Log (int level, const char *pMessage)
 Log a message to the debug output. More...
 
MF_API void MFDebug_SetMaximumWarningLevel (int maxLevel)
 Sets the maximum warning level. More...
 
MF_API void MFDebug_SetMaximumLogLevel (int maxLevel)
 Sets the maximum log level. More...
 
void MFDebug_Breakpoint ()
 Triggers a debugger breakpoint. More...
 
void MFDebug_Assert (bool condition, const char *pMessage)
 Asserts that a condition is true. More...
 
void MFDebug_AssertAlignment (void *pPointer, int alignment)
 Asserts that a pointer is aligned to a specific number of bytes. More...
 

Detailed Description