mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-04 23:22:48 +02:00
SDL_test: allow disabling colorized output
This commit is contained in:
committed by
Anonymous Maarten
parent
765a2e9118
commit
6665ebaa2e
@@ -42,6 +42,14 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Prints given message with a timestamp in the TEST category and given priority.
|
||||
*
|
||||
* \param priority Priority of the message
|
||||
* \param fmt Message to be logged
|
||||
*/
|
||||
void SDLCALL SDLTest_LogMessage(SDL_LogPriority priority, SDL_PRINTF_FORMAT_STRING const char *fmt, ...);
|
||||
|
||||
/**
|
||||
* Prints given message with a timestamp in the TEST category and INFO priority.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user