source: cpp/common/console.h @ 649

Last change on this file since 649 was 399, checked in by sz, 9 years ago

Added the missing console.h/.cpp files, required by the new LoggerToStdout?.

  • Property svn:eol-style set to native
File size: 257 bytes
Line 
1#ifndef _CONSOLE_H_
2#define _CONSOLE_H_
3#ifndef _WIN32
4bool guiStdoutIsConsole();
5#endif
6void guiSetConsoleTitle(const char* utf8title);
7enum ConsoleColorMode { ConsoleColorNone, ConsoleColorANSIDefault };
8extern ConsoleColorMode console_color_mode;
9#endif
Note: See TracBrowser for help on using the repository browser.