eVaf
exithandler.h
Go to the documentation of this file.
1 
20 #ifndef __GUI_EXITHANDLER_H
21 # define __GUI_EXITHANDLER_H
22 
23 namespace eVaf {
24 namespace GUI {
25 namespace Internal {
26 
33 bool installExitHandler();
34 
35 } // namespace eVaf::GUI::Internal
36 } // namespace eVaf::GUI
37 } // namespace eVaf
38 
39 #endif // exithandler.h
bool installExitHandler()
Installs an exit handler for the selected platform.
Global eVaf namespace.
Definition: engine.h:37