mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-19 17:23:25 +00:00
7 lines
No EOL
180 B
C
7 lines
No EOL
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(); |