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