9 lines
83 B
C++
9 lines
83 B
C++
|
#pragma once
|
||
|
|
||
|
#include <asset.hpp>
|
||
|
|
||
|
class Animation : public Skeleton
|
||
|
{
|
||
|
public:
|
||
|
|
||
|
};
|