Last change
on this file since 568 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
|
Rev | Line | |
---|
[399] | 1 | #ifndef _CONSOLE_H_ |
---|
| 2 | #define _CONSOLE_H_ |
---|
| 3 | #ifndef _WIN32 |
---|
| 4 | bool guiStdoutIsConsole(); |
---|
| 5 | #endif |
---|
| 6 | void guiSetConsoleTitle(const char* utf8title); |
---|
| 7 | enum ConsoleColorMode { ConsoleColorNone, ConsoleColorANSIDefault }; |
---|
| 8 | extern ConsoleColorMode console_color_mode; |
---|
| 9 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.