Changeset 890 for cpp/common/console.h
- Timestamp:
- 07/22/19 17:10:35 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/common/console.h
r399 r890 1 1 #ifndef _CONSOLE_H_ 2 2 #define _CONSOLE_H_ 3 3 4 #ifndef _WIN32 4 5 bool guiStdoutIsConsole(); … … 7 8 enum ConsoleColorMode { ConsoleColorNone, ConsoleColorANSIDefault }; 8 9 extern ConsoleColorMode console_color_mode; 10 void guiSetConsoleUTF8(); 11 9 12 #endif
Note: See TracChangeset
for help on using the changeset viewer.