Radium Engine  1.5.20
Loading...
Searching...
No Matches
HandleToSkeleton.hpp
1#pragma once
2
3#include <map>
4
5#include <Core/RaCore.hpp>
6
7namespace Ra {
8namespace Core {
9namespace Animation {
10class Skeleton;
11}
12} // namespace Core
13} // namespace Ra
14namespace Ra {
15namespace Core {
16namespace Asset {
17
18class HandleData;
19
22void RA_CORE_API createSkeleton( const Ra::Core::Asset::HandleData& data,
23 Core::Animation::Skeleton& skelOut );
24
25} // namespace Asset
26} // namespace Core
27} // namespace Ra
hepler function to manage enum as underlying types in VariableSet
Definition Cage.cpp:3