aboutsummaryrefslogtreecommitdiff
path: root/GEOLOC/app/mobile/app.h
diff options
context:
space:
mode:
Diffstat (limited to 'GEOLOC/app/mobile/app.h')
-rw-r--r--GEOLOC/app/mobile/app.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/GEOLOC/app/mobile/app.h b/GEOLOC/app/mobile/app.h
new file mode 100644
index 0000000..80e661b
--- /dev/null
+++ b/GEOLOC/app/mobile/app.h
@@ -0,0 +1,16 @@
+#ifndef app_h
+#define app_h
+
+#include "../../lib/config.h"
+
+/**
+ * Run the application
+ */
+void runApp(Config config);
+
+/**
+ * Save the GPS position
+ */
+void saveGPSPosition();
+
+#endif