Continue arreglant cosetes amb cppcheck

This commit is contained in:
2024-10-24 20:36:30 +02:00
parent a5c72a0f65
commit 43e7b83403
80 changed files with 4830 additions and 3461 deletions

View File

@@ -1,15 +1,15 @@
#pragma once
#include <SDL2/SDL_stdinc.h> // for Uint32
#include <memory> // for unique_ptr, shared_ptr
#include "define_buttons.h" // for DefineButtons
#include "fade.h" // for Fade
#include "game_logo.h" // for GameLogo
#include "sprite.h" // for Sprite
#include "text.h" // for Text
#include "tiled_bg.h" // for TiledBG
#include <SDL2/SDL_stdinc.h> // para Uint32
#include <memory> // para unique_ptr, shared_ptr
#include "define_buttons.h" // para DefineButtons
#include "fade.h" // para Fade
#include "game_logo.h" // para GameLogo
#include "sprite.h" // para Sprite
#include "text.h" // para Text
#include "tiled_bg.h" // para TiledBG
class Input; // lines 17-17
#include "section.h" // for Options, options, Name, name
#include "section.h" // para Options, options, Name, name
class Screen; // lines 18-18
class Texture; // lines 20-20
namespace section