subsurface/qt-gui.h
Dirk Hohndel 0692e24036 Separate initializing Qt from initializing the UI
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2015-06-16 14:05:09 -07:00

12 lines
149 B
C

#ifndef QT_GUI_H
#define QT_GUI_H
#include <QApplication>
void init_qt_late();
void init_ui();
void run_ui();
void exit_ui();
#endif // QT_GUI_H