importing data

This commit is contained in:
Youssef Assem
2019-12-16 02:06:28 +02:00
parent 9057c94af9
commit 23dd149d48
10 changed files with 1871 additions and 16 deletions
+6
View File
@@ -1,5 +1,11 @@
#pragma once
#include "animator.h"
#include "animation.h"
class Animator
{
public:
void doanimation(Animation animation);
void update();
};