aboutsummaryrefslogtreecommitdiff
path: root/src/c/config.h
blob: fcd21fb0299e95952027203508772e1cb7ae72ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (C) 2026 Reiner Herrmann
 * SPDX-License-Identifier: GPL-3.0-or-later
 */

#ifndef CONFIG_H
#define CONFIG_H

#include <pebble.h>

void config_init();
void config_deinit();
uint32_t config_get_enabled_extensions();

#endif