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

Fix std::make_pair fail (why is it even a problem?)

Add CScriptPickup loader
This commit is contained in:
2016-05-12 20:13:34 -07:00
parent 62b404152f
commit 236da3ac6e
9 changed files with 102 additions and 11 deletions

View File

@@ -11,10 +11,10 @@ class CScriptDoor : public CPhysicsActor
public:
enum class EDoorAnimType
{
None = -1,
Open,
Close,
Ready,
Three
};
float x25c_;