Last change
on this file since 1275 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
|
Rev | Line | |
---|
[399] | 1 | #ifndef _CONSOLE_H_ |
---|
| 2 | #define _CONSOLE_H_ |
---|
[890] | 3 | |
---|
[399] | 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; |
---|
[890] | 10 | void guiSetConsoleUTF8(); |
---|
| 11 | |
---|
[399] | 12 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.