Continue arreglant cosetes amb cppcheck
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
#include "options.h"
|
||||
#include <SDL2/SDL_gamecontroller.h> // for SDL_GameControllerButton, SDL_C...
|
||||
#include <algorithm> // for max, min
|
||||
#include <fstream> // for basic_ostream, operator<<, basi...
|
||||
#include <iostream> // for cout
|
||||
#include <vector> // for vector
|
||||
#include "input.h" // for inputs_e, INPUT_USE_ANY, INPUT_...
|
||||
#include "lang.h" // for lang_e
|
||||
#include "screen.h" // for ScreenVideoMode, ScreenFilter
|
||||
#include "utils.h" // for OptionsController, Options, op_...
|
||||
#include <SDL2/SDL_gamecontroller.h> // para SDL_GameControllerButton, SDL_C...
|
||||
#include <algorithm> // para max, min
|
||||
#include <fstream> // para basic_ostream, operator<<, basi...
|
||||
#include <iostream> // para cout
|
||||
#include <vector> // para vector
|
||||
#include "input.h" // para inputs_e, INPUT_USE_ANY, INPUT_...
|
||||
#include "lang.h" // para lang_e
|
||||
#include "screen.h" // para ScreenVideoMode, ScreenFilter
|
||||
#include "utils.h" // para OptionsController, Options, op_...
|
||||
|
||||
// Variables
|
||||
Options options;
|
||||
|
||||
Reference in New Issue
Block a user