mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-02 17:29:14 +00:00
7 lines
180 B
C
7 lines
180 B
C
|
#pragma once
|
||
|
#include "defines.h"
|
||
|
#define CONFIG_FILE_HEADER "Blackjack config file"
|
||
|
#define CONFIG_FILE_VERSION 1
|
||
|
|
||
|
void save_settings(Settings settings);
|
||
|
Settings load_settings();
|