Continue arreglant cosetes amb cppcheck
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
#include "on_screen_help.h"
|
||||
#include <SDL2/SDL_blendmode.h> // for SDL_BLENDMODE_BLEND
|
||||
#include <SDL2/SDL_pixels.h> // for SDL_PIXELFORMAT_RGBA8888
|
||||
#include <memory> // for make_unique, make_shared, unique_ptr
|
||||
#include "asset.h" // for Asset
|
||||
#include "lang.h" // for getText
|
||||
#include "param.h" // for param
|
||||
#include "resource.h" // for Resource
|
||||
#include "screen.h" // for Screen
|
||||
#include "sprite.h" // for Sprite
|
||||
#include "text.h" // for Text
|
||||
#include "texture.h" // for Texture
|
||||
#include "utils.h" // for easeInOutSine, Param, ParamGame
|
||||
#include <SDL2/SDL_blendmode.h> // para SDL_BLENDMODE_BLEND
|
||||
#include <SDL2/SDL_pixels.h> // para SDL_PIXELFORMAT_RGBA8888
|
||||
#include <memory> // para make_unique, make_shared, unique_ptr
|
||||
#include "asset.h" // para Asset
|
||||
#include "lang.h" // para getText
|
||||
#include "param.h" // para param
|
||||
#include "resource.h" // para Resource
|
||||
#include "screen.h" // para Screen
|
||||
#include "sprite.h" // para Sprite
|
||||
#include "text.h" // para Text
|
||||
#include "texture.h" // para Texture
|
||||
#include "utils.h" // para easeInOutSine, Param, ParamGame
|
||||
|
||||
// [SINGLETON] Hay que definir las variables estáticas, desde el .h sólo la hemos declarado
|
||||
OnScreenHelp *OnScreenHelp::onScreenHelp = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user