summaryrefslogtreecommitdiffstats
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
new file mode 100644
index 0000000..9aa2d8d
--- /dev/null
+++ b/src/main.h
@@ -0,0 +1,12 @@
+#ifndef MAIN_H
+#define MAIN_H
+
+namespace CommandLine
+{
+bool testMode();
+bool autoSetup();
+bool showGui();
+bool backgroundMode();
+}
+
+#endif // MAIN_H