8 lines
90 B
C
8 lines
90 B
C
#pragma once
|
|
#include <types/bone.h>
|
|
|
|
struct KeyFrame {
|
|
uint index;
|
|
Bone bone;
|
|
};
|