forked from jaildesigner-jailgames/jaildoctors_dilemma
corregits mes includes
llevats els errors en texture
This commit is contained in:
@@ -1,16 +1,15 @@
|
||||
#include "global_inputs.h"
|
||||
|
||||
#include <SDL3/SDL_render.h> // Para SDL_RenderSetIntegerScale
|
||||
#include <SDL3/SDL_stdinc.h> // Para SDL_FALSE, SDL_TRUE
|
||||
#include <SDL3/SDL.h>
|
||||
|
||||
#include <string> // Para allocator, operator+, char_traits, string
|
||||
#include <vector> // Para vector
|
||||
|
||||
#include "input.h" // Para Input, InputAction, INPUT_DO_NOT_ALLOW_REPEAT
|
||||
#include "notifier.h" // Para Notifier, NotificationText
|
||||
#include "options.h" // Para Options, options, OptionsVideo, Section
|
||||
#include "screen.h" // Para Screen
|
||||
#include "utils.h" // Para stringInVector
|
||||
#include "input.h" // Para Input, InputAction, INPUT_DO_NOT_ALLOW_REPEAT
|
||||
#include "options.h" // Para Options, options, OptionsVideo, Section
|
||||
#include "screen.h" // Para Screen
|
||||
#include "ui/notifier.h" // Para Notifier, NotificationText
|
||||
#include "utils.h" // Para stringInVector
|
||||
|
||||
namespace globalInputs {
|
||||
void quit() {
|
||||
|
||||
Reference in New Issue
Block a user