Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Console functions. More...
#include "roc_core/attributes.h"
Go to the source code of this file.
Namespaces | |
roc | |
Root namespace. | |
roc::core | |
General-purpose building blocks and platform abstraction layer. | |
Enumerations | |
enum | roc::core::Color { Color_None , Color_None , Color_White , Color_Gray , Color_Red , Color_Green , Color_Yellow , Color_Blue , Color_Magenta , Color_Cyan } |
Color ID. More... | |
Functions | |
bool | roc::core::console_supports_colors () |
Check if colors can be used. More... | |
void | roc::core::console_println (const char *format,...) |
Print line. More... | |
void | roc::core::console_println (Color color, const char *format,...) |
Print line (with color). More... | |
Console functions.
Definition in file console.h.