diff options
Diffstat (limited to 'src/c/config.h')
| -rw-r--r-- | src/c/config.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/c/config.h b/src/c/config.h new file mode 100644 index 0000000..fcd21fb --- /dev/null +++ b/src/c/config.h @@ -0,0 +1,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 |
