mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 21:20:19 +00:00
11 lines
188 B
C
11 lines
188 B
C
|
#ifndef QT_GUI_H
|
||
|
#define QT_GUI_H
|
||
|
|
||
|
void init_ui(int *argcp, char ***argvp);
|
||
|
void init_qt_ui(int *argcp, char ***argvp, char *errormessage);
|
||
|
|
||
|
void run_ui(void);
|
||
|
void exit_ui(void);
|
||
|
|
||
|
#endif
|