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,12 +1,12 @@
#include "tiled_bg.h"
#include <SDL2/SDL_pixels.h> // for SDL_PIXELFORMAT_RGBA8888
#include <stdlib.h> // for rand
#include <memory> // for unique_ptr, make_shared, make_unique
#include <cmath> // for sinf
#include "resource.h" // for Resource
#include "screen.h" // for Screen
#include "sprite.h" // for Sprite
#include "texture.h" // for Texture
#include <SDL2/SDL_pixels.h> // para SDL_PIXELFORMAT_RGBA8888
#include <stdlib.h> // para rand
#include <memory> // para unique_ptr, make_shared, make_unique
#include <cmath> // para sinf
#include "resource.h" // para Resource
#include "screen.h" // para Screen
#include "sprite.h" // para Sprite
#include "texture.h" // para Texture
// Constructor
TiledBG::TiledBG(SDL_Rect pos, TiledBGMode mode)