Dreambox C/C++ SDK v1.0.0
C/C++ SDK for creating Dreambox games
|
Go to the source code of this file.
Functions | |
void | db_log (const char *msg) |
Log a string to debug output. More... | |
void | db_logf (const char *fmt,...) |
Log a formatted string to debug output. More... | |
void db_log | ( | const char * | msg | ) |
Log a string to debug output.
msg | The message to log |
void db_logf | ( | const char * | fmt, |
... | |||
) |
Log a formatted string to debug output.
fmt | The format string |
... | Arguments to format |