diff options
Diffstat (limited to 'core/subsurfacestartup.h')
-rw-r--r-- | core/subsurfacestartup.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/subsurfacestartup.h b/core/subsurfacestartup.h index 5784178a7..d62a4b92e 100644 --- a/core/subsurfacestartup.h +++ b/core/subsurfacestartup.h @@ -9,6 +9,10 @@ extern "C" { #endif extern bool imported; +extern int quit, force_root, ignore_bt; +#ifdef SUBSURFACE_MOBILE_DESKTOP +extern char *testqml; +#endif void setup_system_prefs(void); void parse_argument(const char *arg); |