code cleanup

This commit is contained in:
devZoGok
2021-10-19 19:06:41 +03:00
parent 2e0cad7fd1
commit 599bde975a
21 changed files with 43 additions and 84 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ namespace vb01{
class AnimationController{
public:
AnimationController();
~AnimationController();
AnimationController(){}
~AnimationController(){}
void update();
Animation* getAnimation(std::string);
inline std::vector<Animation*> getAnimations(){return animations;}