mirror of https://github.com/zeldaret/tp.git
20 lines
357 B
C++
20 lines
357 B
C++
#include "dolphin/types.h"
|
|
|
|
struct dSvBit_childSwPerfectionHIO_c_vtable {
|
|
u32* unk0;
|
|
u32* unk4;
|
|
u32* dtor;
|
|
};
|
|
|
|
class dSvBit_childSwPerfectionHIO_c {
|
|
public:
|
|
dSvBit_childSwPerfectionHIO_c();
|
|
void init(void);
|
|
~dSvBit_childSwPerfectionHIO_c();
|
|
dSvBit_childSwPerfectionHIO_c_vtable* __vt;
|
|
|
|
private:
|
|
u8 unk0[10];
|
|
};
|
|
|