summaryrefslogtreecommitdiffstats
path: root/apps/settings/main.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings/main.hpp')
-rw-r--r--apps/settings/main.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/settings/main.hpp b/apps/settings/main.hpp
new file mode 100644
index 0000000..927caca
--- /dev/null
+++ b/apps/settings/main.hpp
@@ -0,0 +1,10 @@
+#pragma once
+#include "../../api.hpp"
+
+namespace app_settings {
+ int init(Api *app_api);
+ int render(Api *app_api);
+ int btnpressed(Api *app_api, uint gpio, unsigned long delta);
+ int bgrefresh(Api *app_api, bool in_foreground);
+ int destroy(Api *app_api);
+}