SGL
consoletext.h
1 /*
2  * File: consoletext.h
3  * -------------------
4  * This file provides a way to use the functions from console.h
5  * without mandating the use of the library's graphical console window.
6  *
7  * @author Marty Stepp
8  * @version 2018/08/31
9  * - initial version
10  */
11 
12 #define __DONT_ENABLE_QT_GRAPHICAL_CONSOLE
13 #include "console.h"
14 #undef __DONT_ENABLE_QT_GRAPHICAL_CONSOLE