mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 01:51:22 +00:00
13 lines
217 B
C++
13 lines
217 B
C++
#ifndef __URDE_INTERNALCOLLIDERS_HPP__
|
|
#define __URDE_INTERNALCOLLIDERS_HPP__
|
|
|
|
namespace urde
|
|
{
|
|
namespace InternalColliders
|
|
{
|
|
void AddTypes();
|
|
void AddColliders();
|
|
}
|
|
}
|
|
#endif // __URDE_INTERNALCOLLIDERS_HPP__
|