Un altre punteret a pendre per cul: options

This commit is contained in:
2024-09-27 19:00:09 +02:00
parent 0de9188547
commit 20de9e4b72
26 changed files with 677 additions and 679 deletions

14
source/options.h Normal file
View File

@@ -0,0 +1,14 @@
#pragma once
#include <SDL2/SDL.h>
#include "utils.h"
#include "const.h"
// Variables
extern options_t options;
// Carga el fichero de configuración
bool loadOptionsFile(std::string filePath);
// Guarda el fichero de configuración
bool saveOptionsFile(std::string filePath);