summaryrefslogtreecommitdiffstats
path: root/apps/settings/main.hpp
blob: 927cacaab8c2426308eef22cc932fb494377ae36 (plain)
1
2
3
4
5
6
7
8
9
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);
}