metaforce/Runtime/Collision/InternalColliders.hpp

13 lines
217 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();
void AddColliders();
2016-06-24 20:09:38 +00:00
}
}
#endif // __URDE_INTERNALCOLLIDERS_HPP__