| 29 | #include "test.h" |
| 30 | |
| 31 | inline void dprint_string(TraceMode mode, const char* message, bool noPrefix = false) |
| 32 | { |
| 33 | Output_Manager::Get_OM().print_debug(message, mode, noPrefix); |
| 34 | } |
| 35 | |
| 36 | void dprint(TraceMode mode, const char* format, ...) |
| 37 | { |
no test coverage detected