mirror of
https://github.com/devZoGok/vb01.git
synced 2026-08-26 19:43:30 +00:00
code cleanup
This commit is contained in:
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user