2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-05 10:33:28 +00:00
metaforce/Runtime/Collision/InternalColliders.hpp
2018-10-06 17:42:33 -10:00

8 lines
98 B
C++

#pragma once
namespace urde::InternalColliders
{
void AddTypes();
void AddColliders();
}