diff options
| author | Luke Street <luke.street@encounterpc.com> | 2023-09-10 00:42:26 -0400 |
|---|---|---|
| committer | Luke Street <luke.street@encounterpc.com> | 2023-09-10 00:48:55 -0400 |
| commit | adb95b135c3d7498eba29bbd9728d345eed5a407 (patch) | |
| tree | 655575b939c12067569263171b68c079b1a232c8 /src/JSystem/J3DGraphLoader/J3DJointFactory.cpp | |
| parent | 81ac53f1317dafb3506ae3ed8b2820d40645c3c8 (diff) | |
Import project
Original repository: https://github.com/encounter/ww
Diffstat (limited to 'src/JSystem/J3DGraphLoader/J3DJointFactory.cpp')
| -rw-r--r-- | src/JSystem/J3DGraphLoader/J3DJointFactory.cpp | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/JSystem/J3DGraphLoader/J3DJointFactory.cpp b/src/JSystem/J3DGraphLoader/J3DJointFactory.cpp new file mode 100644 index 00000000..3d67ad88 --- /dev/null +++ b/src/JSystem/J3DGraphLoader/J3DJointFactory.cpp @@ -0,0 +1,22 @@ +// +// Generated by dtk +// Translation Unit: J3DJointFactory.cpp +// + +#include "JSystem/J3DGraphLoader/J3DJointFactory.h" +#include "dolphin/types.h" + +/* 802FE1A4-802FE1FC .text __ct__15J3DJointFactoryFRC13J3DJointBlock */ +J3DJointFactory::J3DJointFactory(const J3DJointBlock&) { + /* Nonmatching */ +} + +/* 802FE1FC-802FE390 .text create__15J3DJointFactoryFi */ +void J3DJointFactory::create(int) { + /* Nonmatching */ +} + +/* 802FE390-802FE3A8 .text JSUConvertOffsetToPtr<16J3DJointInitData>__FPCvUl */ +void JSUConvertOffsetToPtr<J3DJointInitData>(const void*, unsigned long) { + /* Nonmatching */ +} |
