mirror of https://github.com/AxioDL/metaforce.git
Re-add accidentally removed functions
This commit is contained in:
parent
dbab69bf97
commit
884900b892
|
@ -16,6 +16,9 @@ public:
|
|||
static void InitBeginTypes();
|
||||
static void InitAddType(Type tp);
|
||||
static void InitEndTypes();
|
||||
|
||||
static void InitBeginColliders();
|
||||
static void InitAddCollider(Type tp);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue