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