2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-23 03:25:52 +00:00
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__