metaforce/Runtime/Collision/InternalColliders.hpp

12 lines
192 B
C++
Raw Normal View History

2016-06-24 20:09:38 +00:00
#ifndef __URDE_INTERNALCOLLIDERS_HPP__
#define __URDE_INTERNALCOLLIDERS_HPP__
namespace urde
{
namespace InternalColliders
{
void AddTypes();
}
}
#endif // __URDE_INTERNALCOLLIDERS_HPP__