Continue arreglant cosetes amb cppcheck
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user