importing data
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
#pragma once
|
||||
#include "animator.h"
|
||||
#include "animation.h"
|
||||
|
||||
class Animator
|
||||
{
|
||||
public:
|
||||
void doanimation(Animation animation);
|
||||
void update();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user