source: cpp/common/console.h @ 1025

Last change on this file since 1025 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
5bool guiStdoutIsConsole();
6#endif
7void guiSetConsoleTitle(const char* utf8title);
8enum ConsoleColorMode { ConsoleColorNone, ConsoleColorANSIDefault };
9extern ConsoleColorMode console_color_mode;
10void guiSetConsoleUTF8();
11
12#endif
Note: See TracBrowser for help on using the repository browser.