dol2asm OK

This commit is contained in:
Julgodis
2021-03-28 22:49:05 +02:00
parent 3d66902e1a
commit 1e95d29b60
60106 changed files with 4755966 additions and 1107376 deletions
@@ -1,21 +1,7 @@
#ifndef J3DANIMATION_H_
#define J3DANIMATION_H_
#ifndef J3DANIMATION_H
#define J3DANIMATION_H
#include "global.h"
#include "dolphin/types.h"
#pragma pack(push, 1)
class J3DFrameCtrl {
public:
private:
void* vtable;
u8 field_0x4;
u8 field_0x5;
u16 field_0x6;
s16 field_0x8;
u16 field_0xa;
float field_0xc;
float field_0x10;
};
#pragma pack(pop)
#endif
#endif /* J3DANIMATION_H */