mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-06 07:53:27 +00:00
18 lines
224 B
C++
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__
|