util.h 182 B

1234567
  1. #pragma once
  2. #include "defines.h"
  3. #define CONFIG_FILE_HEADER "Blackjack config file"
  4. #define CONFIG_FILE_VERSION 1
  5. void save_settings(Settings settings);
  6. Settings load_settings();