2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 13:07:42 +00:00

More Collision imps

This commit is contained in:
2016-06-24 14:30:25 -07:00
parent c66dac6df2
commit d3563ea86d
5 changed files with 30 additions and 3 deletions

View File

@@ -15,7 +15,13 @@ class CInternalRayCastStructure;
class CMaterialFilter;
class CCollisionPrimitive
{
public:
class Type;
private:
CMaterialList x8_material;
static std::unique_ptr<std::vector<Type>> sCollisionTypeList;
static bool sTypesAdding;
public:
class Type
{