dust3d/src/poserconstruct.h

10 lines
207 B
C++

#ifndef DUST3D_POSER_CONSTRUCT_H
#define DUST3D_POSER_CONSTRUCT_H
#include "rigtype.h"
#include "poser.h"
#include "rigger.h"
Poser *newPoser(RigType rigType, const std::vector<RiggerBone> &bones);
#endif