Dreambox C/C++ SDK v1.0.0
C/C++ SDK for creating Dreambox games
Loading...
Searching...
No Matches
db_log.h
Go to the documentation of this file.
1#pragma once
2
3#ifdef __cplusplus
4extern "C"
5{
6#endif
7
10extern void db_log(const char *msg);
11
15void db_logf(const char *fmt, ...);
16
17#ifdef __cplusplus
18}
19#endif
void db_logf(const char *fmt,...)
Log a formatted string to debug output.
void db_log(const char *msg)
Log a string to debug output.