2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 06:27:43 +00:00

Remaining CStateManager fields, loaders, collision stubs

This commit is contained in:
Jack Andersen
2016-04-17 12:38:05 -10:00
parent cdbbcefacb
commit 3ae77d3390
22 changed files with 1105 additions and 1 deletions

View File

@@ -0,0 +1,20 @@
#ifndef __URDE_CGAMECOLLISION_HPP__
#define __URDE_CGAMECOLLISION_HPP__
namespace urde
{
class CInternalCollisionStructure
{
};
class CGameCollision
{
public:
static void InitCollision();
};
}
#endif // __URDE_CGAMECOLLISION_HPP__