metaforce/Runtime/Collision/CCollidableOBBTree.hpp

14 lines
175 B
C++

#ifndef __URDE_CCOLLIDABLEOBBTREE_HPP__
#define __URDE_CCOLLIDABLEOBBTREE_HPP__
namespace urde
{
class CCollidableOBBTree
{
};
}
#endif // __URDE_CCOLLIDABLEOBBTREE_HPP__