mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-20 11:51:48 +03: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(); |