treballant en arreglas els includes de SDL3
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#include "options.h"
|
||||
#include <SDL3/SDL_log.h> // Para SDL_LogCategory, SDL_LogInfo, SDL_LogError
|
||||
#include <algorithm> // Para clamp
|
||||
#include <fstream> // Para basic_ostream, operator<<, basic_ostream::...
|
||||
#include <utility> // Para swap
|
||||
#include <vector> // Para vector
|
||||
#include "input.h" // Para InputDeviceToUse
|
||||
#include "lang.h" // Para Code
|
||||
#include "utils.h" // Para boolToString, stringToBool, getFileName
|
||||
#include <SDL3/SDL.h> // Para SDL_LogCategory, SDL_LogInfo, SDL_LogError
|
||||
#include <algorithm> // Para clamp
|
||||
#include <fstream> // Para basic_ostream, operator<<, basic_ostream::...
|
||||
#include <utility> // Para swap
|
||||
#include <vector> // Para vector
|
||||
#include "input.h" // Para InputDeviceToUse
|
||||
#include "lang.h" // Para Code
|
||||
#include "utils.h" // Para boolToString, stringToBool, getFileName
|
||||
#include "asset.h"
|
||||
|
||||
namespace Options
|
||||
@@ -33,7 +33,7 @@ namespace Options
|
||||
{
|
||||
// Settings
|
||||
settings.config_file = Asset::get()->get("config.txt");
|
||||
|
||||
|
||||
// Opciones de control
|
||||
controllers.clear();
|
||||
controllers.resize(2);
|
||||
|
||||
Reference in New Issue
Block a user