2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-04 22:15:35 +00:00

Re-add accidentally removed functions

This commit is contained in:
Phillip Stephens 2016-04-22 13:29:31 -07:00
parent dbab69bf97
commit 884900b892

View File

@ -16,6 +16,9 @@ public:
static void InitBeginTypes();
static void InitAddType(Type tp);
static void InitEndTypes();
static void InitBeginColliders();
static void InitAddCollider(Type tp);
};
}