Un altre punteret a pendre per cul: options
This commit is contained in:
14
source/options.h
Normal file
14
source/options.h
Normal 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);
|
||||
Reference in New Issue
Block a user