main01 attempt, fix dcomifg_play_c members

This commit is contained in:
Pheenoh
2021-01-07 22:56:08 -05:00
parent ccad5253e2
commit a6bd9830b0
22 changed files with 253 additions and 109 deletions
@@ -3,6 +3,7 @@
#include "global.h"
#pragma pack(push, 1)
class J3DFrameCtrl {
public:
private:
@@ -15,5 +16,6 @@ private:
float field_0xc;
float field_0x10;
};
#pragma pack(pop)
#endif