summaryrefslogtreecommitdiffstats
path: root/Gui/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/interface.h')
-rw-r--r--Gui/interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gui/interface.h b/Gui/interface.h
index f1e24b29a2..2c8e16140b 100644
--- a/Gui/interface.h
+++ b/Gui/interface.h
@@ -102,6 +102,7 @@ extern guiInterface_t guiIntfStruct;
#define guiSetPause 2
extern void guiInit( int argc,char* argv[], char *envp[] );
+extern void guiDone( void );
extern void guiGetEvent( int type,char * arg );
extern void guiEventHandling( void );