mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 21:11:22 +00:00
14 lines
191 B
C++
14 lines
191 B
C++
#ifndef __RETRO_CHIERARCHYPOSEBUILDER_HPP__
|
|
#define __RETRO_CHIERARCHYPOSEBUILDER_HPP__
|
|
|
|
namespace Retro
|
|
{
|
|
|
|
class CHierarchyPoseBuilder
|
|
{
|
|
};
|
|
|
|
}
|
|
|
|
#endif // __RETRO_CHIERARCHYPOSEBUILDER_HPP__
|