source: cpp/common/console.h @ 1038

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