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

Initial CCollisionActor imps, minor cleanup

This commit is contained in:
2017-02-20 19:29:28 -08:00
parent 50fe6d34ab
commit fc51cd38aa
17 changed files with 444 additions and 26 deletions

View File

@@ -0,0 +1,13 @@
#ifndef __URDE_CORBITPOINTMARKER_HPP__
#define __URDE_CORBIGPOINTMARKER_HPP__
namespace
{
class CStateManager;
class COrbigPointMarker
{
public:
};
}
#endif // __URDE_CORBIGPOINTMARKER_HPP__