mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
0692e24036
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
12 lines
149 B
C
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
|