10 lines
104 B
C++
10 lines
104 B
C++
#include "animator.h"
|
|
|
|
void Animator::doanimation(Animation animation)
|
|
{
|
|
}
|
|
|
|
void Animator::update()
|
|
{
|
|
}
|