Finalizado el nuevo motor de animaciones
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
|
||||
#ifndef ANIMATEDSPRITE_H
|
||||
#define ANIMATEDSPRITE_H
|
||||
@@ -60,9 +61,6 @@ public:
|
||||
|
||||
// Carga la animación desde un fichero
|
||||
bool load(std::string filePath);
|
||||
|
||||
// Asigna variables a partir de dos cadenas
|
||||
bool setVars(int index, std::string var, std::string value);
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user