2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-06 07:53:27 +00:00
metaforce/Runtime/Character/CVirtualBone.hpp
2016-04-04 15:51:25 -10:00

18 lines
224 B
C++

#ifndef __PSHAG_CVIRTUALBONE_HPP__
#define __PSHAG_CVIRTUALBONE_HPP__
#include "IOStreams.hpp"
namespace urde
{
class CVirtualBone
{
public:
CVirtualBone(CInputStream& in);
};
}
#endif // __PSHAG_CVIRTUALBONE_HPP__