mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 13:51:21 +00:00
8 lines
98 B
C++
8 lines
98 B
C++
#pragma once
|
|
|
|
namespace urde::InternalColliders
|
|
{
|
|
void AddTypes();
|
|
void AddColliders();
|
|
}
|