11 lines
93 B
C++
11 lines
93 B
C++
#pragma once
|
|
|
|
#include "glm/mat4x4.hpp"
|
|
|
|
namespace assets
|
|
{
|
|
|
|
using pose_data = glm::mat4;
|
|
|
|
}
|