Files
tp/include/JSystem/J3DGraphAnimator/J3DModelData.h
T

19 lines
523 B
C++
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef J3DMODELDATA_H
#define J3DMODELDATA_H
2020-12-25 18:03:10 -08:00
2021-03-28 22:49:05 +02:00
#include "dolphin/types.h"
2020-12-25 18:03:10 -08:00
class J3DModelData {
/* 80325D88 */ void clear();
/* 80325DA0 */ J3DModelData();
/* 80325E14 */ void newSharedDisplayList(u32);
/* 80325EC8 */ void indexToPtr();
/* 80325F94 */ void makeSharedDL();
/* 8032600C */ void simpleCalcMaterial(u16, f32 (*)[4]);
/* 803260CC */ void syncJ3DSysPointers() const;
/* 803260F8 */ void syncJ3DSysFlags() const;
/* 8032617C */ ~J3DModelData();
};
2021-03-28 22:49:05 +02:00
#endif /* J3DMODELDATA_H */