Continue arreglant cosetes amb cppcheck
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#include "text.h"
|
||||
#include <SDL2/SDL_rect.h> // for SDL_Rect
|
||||
#include <fstream> // for basic_ostream, basic_ifstream, basic_istream
|
||||
#include <iostream> // for cout
|
||||
#include "resource.h" // for Resource
|
||||
#include "sprite.h" // for Sprite
|
||||
#include "texture.h" // for Texture
|
||||
#include "utils.h" // for Color
|
||||
#include <SDL2/SDL_rect.h> // para SDL_Rect
|
||||
#include <fstream> // para basic_ostream, basic_ifstream, basic_istream
|
||||
#include <iostream> // para cout
|
||||
#include "resource.h" // para Resource
|
||||
#include "sprite.h" // para Sprite
|
||||
#include "texture.h" // para Texture
|
||||
#include "utils.h" // para Color
|
||||
|
||||
// Llena una estructuta TextFile desde un fichero
|
||||
std::shared_ptr<TextFile> loadTextFile(const std::string &file_path)
|
||||
|
||||
Reference in New Issue
Block a user