forked from jaildesigner-jailgames/jaildoctors_dilemma
ERROR: no pinta los enemigos
This commit is contained in:
@@ -79,4 +79,7 @@ bool checkCollision(SDL_Rect a, SDL_Rect b);
|
||||
// Carga un archivo de imagen en una textura
|
||||
bool loadTextureFromFile(LTexture *texture, std::string path, SDL_Renderer *renderer);
|
||||
|
||||
// Devuelve un color_t a partir de un string
|
||||
color_t stringToColor(std::string str);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user