Pasaeta de "include-what-you-use" per arreglar els includes

Renombrats alguns fitxers per consistencia
This commit is contained in:
2024-09-29 06:24:11 +02:00
parent ac3340c39f
commit 28df97ea94
82 changed files with 616 additions and 350 deletions

View File

@@ -1,10 +1,15 @@
#pragma once
#include <SDL2/SDL.h>
#include <string>
#include <vector>
#include "input.h"
#include "jail_audio.h"
#include <SDL2/SDL_gamecontroller.h> // for SDL_GameControllerButton
#include <SDL2/SDL_rect.h> // for SDL_Rect, SDL_Point
#include <SDL2/SDL_render.h> // for SDL_Renderer
#include <SDL2/SDL_stdinc.h> // for Uint8, Uint32
#include <stdint.h> // for int32_t
#include <string> // for string, basic_string
#include <vector> // for vector
#include "input.h" // for inputs_e
struct JA_Music_t;
struct JA_Sound_t;
// Dificultad del juego
#define DIFFICULTY_EASY 0