mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-16 04:24:45 -07:00
Merge branch 'fz-dev' into dev
This commit is contained in:
7
applications/external/blackjack/util.h
vendored
Normal file
7
applications/external/blackjack/util.h
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
#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();
|
||||
Reference in New Issue
Block a user