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