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 */
@@ -0,0 +1,7 @@
#ifndef J3DCLUSTER_H
#define J3DCLUSTER_H
#include "dolphin/types.h"
#endif /* J3DCLUSTER_H */
+5 -4
View File
@@ -1,6 +1,7 @@
#ifndef J3DJOINT_H_
#define J3DJOINT_H_
#ifndef J3DJOINT_H
#define J3DJOINT_H
struct J3DJoint {};
#include "dolphin/types.h"
#endif
#endif /* J3DJOINT_H */
@@ -0,0 +1,7 @@
#ifndef J3DJOINTTREE_H
#define J3DJOINTTREE_H
#include "dolphin/types.h"
#endif /* J3DJOINTTREE_H */
@@ -0,0 +1,7 @@
#ifndef J3DMATERIALANM_H
#define J3DMATERIALANM_H
#include "dolphin/types.h"
#endif /* J3DMATERIALANM_H */
@@ -0,0 +1,7 @@
#ifndef J3DMATERIALATTACH_H
#define J3DMATERIALATTACH_H
#include "dolphin/types.h"
#endif /* J3DMATERIALATTACH_H */
+5 -4
View File
@@ -1,6 +1,7 @@
#ifndef J3DMODEL_H_
#define J3DMODEL_H_
#ifndef J3DMODEL_H
#define J3DMODEL_H
struct J3DModel {};
#include "dolphin/types.h"
#endif
#endif /* J3DMODEL_H */
@@ -1,6 +1,7 @@
#ifndef J3DMODELDATA_H_
#define J3DMODELDATA_H_
#ifndef J3DMODELDATA_H
#define J3DMODELDATA_H
struct J3DModelData {};
#include "dolphin/types.h"
#endif
#endif /* J3DMODELDATA_H */
@@ -1,6 +0,0 @@
#ifndef J3DMODELLOADER_H_
#define J3DMODELLOADER_H_
struct J3DMaterial {};
#endif
@@ -0,0 +1,7 @@
#ifndef J3DMTXBUFFER_H
#define J3DMTXBUFFER_H
#include "dolphin/types.h"
#endif /* J3DMTXBUFFER_H */
@@ -0,0 +1,7 @@
#ifndef J3DSHAPETABLE_H
#define J3DSHAPETABLE_H
#include "dolphin/types.h"
#endif /* J3DSHAPETABLE_H */
@@ -0,0 +1,7 @@
#ifndef J3DSKINDEFORM_H
#define J3DSKINDEFORM_H
#include "dolphin/types.h"
#endif /* J3DSKINDEFORM_H */