summaryrefslogtreecommitdiff
path: root/src/JSystem/J3DU/J3DUMotion.cpp
blob: b8c82b5afcb7d7e815d81e80bef20f17135bbfb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//
// Generated by dtk
// Translation Unit: J3DUMotion.cpp
//

#include "JSystem/JSystem.h" // IWYU pragma: keep

#include "JSystem/J3DU/J3DUMotion.h"
#include "JSystem/J3DGraphAnimator/J3DJoint.h"
#include "dolphin/types.h"

// this puts the correct functions here when they are weak
// however, the data from J3DMtxCalcBasic::init starts appearing in other TUs
static void dummy(J3DMtxCalcBasic* calc1, J3DMtxCalcSoftimage* calc2) {
    Vec vec;
    Mtx mtx;
    calc1->init(vec, mtx);
    calc2->init(vec, mtx);
    delete calc2;
}