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

Work on CStateManager

This commit is contained in:
Jack Andersen
2017-03-28 16:51:12 -10:00
parent f016a251db
commit a0549cd82b
21 changed files with 433 additions and 32 deletions

View File

@@ -0,0 +1,15 @@
#ifndef __URDE_CMETROIDAREACOLLIDER_HPP__
#define __URDE_CMETROIDAREACOLLIDER_HPP__
namespace urde
{
class CMetroidAreaCollider
{
public:
CMetroidAreaCollider();
};
}
#endif // __URDE_CMETROIDAREACOLLIDER_HPP__