mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 11:11:21 +00:00
14 lines
195 B
C++
14 lines
195 B
C++
#ifndef __URDE_CCOLLIDABLEOBBTREEGROUP_HPP__
|
|
#define __URDE_CCOLLIDABLEOBBTREEGROUP_HPP__
|
|
|
|
namespace urde
|
|
{
|
|
|
|
class CCollidableOBBTreeGroup
|
|
{
|
|
};
|
|
|
|
}
|
|
|
|
#endif // __URDE_CCOLLIDABLEOBBTREEGROUP_HPP__
|