Re-add accidentally removed functions

This commit is contained in:
Phillip Stephens 2016-04-22 13:29:31 -07:00
parent dbab69bf97
commit 884900b892
1 changed files with 3 additions and 0 deletions

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);
};
}