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/J3DGraphAnimator/J3DNode.cpp | |
| parent | 81ac53f1317dafb3506ae3ed8b2820d40645c3c8 (diff) | |
Import project
Original repository: https://github.com/encounter/ww
Diffstat (limited to 'src/JSystem/J3DGraphAnimator/J3DNode.cpp')
| -rw-r--r-- | src/JSystem/J3DGraphAnimator/J3DNode.cpp | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/JSystem/J3DGraphAnimator/J3DNode.cpp b/src/JSystem/J3DGraphAnimator/J3DNode.cpp new file mode 100644 index 00000000..c44a0ee3 --- /dev/null +++ b/src/JSystem/J3DGraphAnimator/J3DNode.cpp @@ -0,0 +1,27 @@ +// +// Generated by dtk +// Translation Unit: J3DNode.cpp +// + +#include "JSystem/J3DGraphAnimator/J3DNode.h" +#include "dolphin/types.h" + +/* 802F5BA4-802F5BC8 .text __ct__7J3DNodeFv */ +J3DNode::J3DNode() { + /* Nonmatching */ +} + +/* 802F5BC8-802F5C10 .text __dt__7J3DNodeFv */ +J3DNode::~J3DNode() { + /* Nonmatching */ +} + +/* 802F5C10-802F5C44 .text appendChild__7J3DNodeFP7J3DNode */ +void J3DNode::appendChild(J3DNode*) { + /* Nonmatching */ +} + +/* 802F5C44-802F5C48 .text entryIn__7J3DNodeFv */ +void J3DNode::entryIn() { + /* Nonmatching */ +} |
