DSC Engine
Loading...
Searching...
No Matches
log.hpp
Go to the documentation of this file.
1
6#pragma once
7
8namespace DSC::Debug
9{
29 void log(const char* message, ...);
30
38 void warn(const char* message, ...);
39
40
48 void error(const char* message, ...);
49}
void error(const char *message,...)
Sends an error message to the emulator.
void log(const char *message,...)
Sends a log message to the emulator.
void warn(const char *message,...)
Sends a warning message to the emulator.