eVaf
winconsole.h
Go to the documentation of this file.
1 
20 #ifndef __GUI_WINCONSOLE_H
21 # define __GUI_WINCONSOLE_H
22 
23 namespace eVaf {
24 namespace GUI {
25 namespace Internal {
26 
30 void enableWinConsole();
31 
32 } // namespace eVaf::GUI::Internal
33 } // namespace eVaf::GUI
34 } // namespace eVaf
35 
36 #endif
void enableWinConsole()
Enables the console window on Windows.
Global eVaf namespace.
Definition: engine.h:37