Last change
on this file since 1203 was
890,
checked in by Maciej Komosinski, 5 years ago
|
Added guiSetConsoleUTF8(); (mostly for Windows where it is not the default...)
|
-
Property svn:eol-style set to
native
|
File size:
285 bytes
|
Line | |
---|
1 | #ifndef _CONSOLE_H_ |
---|
2 | #define _CONSOLE_H_ |
---|
3 | |
---|
4 | #ifndef _WIN32 |
---|
5 | bool guiStdoutIsConsole(); |
---|
6 | #endif |
---|
7 | void guiSetConsoleTitle(const char* utf8title); |
---|
8 | enum ConsoleColorMode { ConsoleColorNone, ConsoleColorANSIDefault }; |
---|
9 | extern ConsoleColorMode console_color_mode; |
---|
10 | void guiSetConsoleUTF8(); |
---|
11 | |
---|
12 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.