summaryrefslogtreecommitdiff
path: root/src/JSystem/JStage/JSGActor.cpp
blob: 7be83d05e5ea3cf6b3d3e0b703d42d24cedf299e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
//
// Generated by dtk
// Translation Unit: JSGActor.cpp
//

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

#include "JSystem/JStage/JSGActor.h"
#include "dolphin/types.h"

/* 8026DBBC-8026DC1C       .text __dt__Q26JStage6TActorFv */
JStage::TActor::~TActor() {
}

/* 8026DC1C-8026DC24       .text JSGFGetType__Q26JStage6TActorCFv */
s32 JStage::TActor::JSGFGetType() const {
    return 2;
}

/* 8026DC24-8026DC28       .text JSGGetTranslation__Q26JStage6TActorCFP3Vec */
void JStage::TActor::JSGGetTranslation(Vec*) const {
}

/* 8026DC28-8026DC2C       .text JSGSetTranslation__Q26JStage6TActorFRC3Vec */
void JStage::TActor::JSGSetTranslation(const Vec&) {
}

/* 8026DC2C-8026DC30       .text JSGGetScaling__Q26JStage6TActorCFP3Vec */
void JStage::TActor::JSGGetScaling(Vec*) const {
}

/* 8026DC30-8026DC34       .text JSGSetScaling__Q26JStage6TActorFRC3Vec */
void JStage::TActor::JSGSetScaling(const Vec&) {
}

/* 8026DC34-8026DC38       .text JSGGetRotation__Q26JStage6TActorCFP3Vec */
void JStage::TActor::JSGGetRotation(Vec*) const {
}

/* 8026DC38-8026DC3C       .text JSGSetRotation__Q26JStage6TActorFRC3Vec */
void JStage::TActor::JSGSetRotation(const Vec&) {
}

/* 8026DC3C-8026DC44       .text JSGGetShape__Q26JStage6TActorCFv */
s32 JStage::TActor::JSGGetShape() const {
    return -1;
}

/* 8026DC44-8026DC48       .text JSGSetShape__Q26JStage6TActorFUl */
void JStage::TActor::JSGSetShape(u32) {
}

/* 8026DC48-8026DC50       .text JSGGetAnimation__Q26JStage6TActorCFv */
s32 JStage::TActor::JSGGetAnimation() const {
    return -1;
}

/* 8026DC50-8026DC54       .text JSGSetAnimation__Q26JStage6TActorFUl */
void JStage::TActor::JSGSetAnimation(u32) {
}

/* 8026DC54-8026DC5C       .text JSGGetAnimationFrame__Q26JStage6TActorCFv */
f32 JStage::TActor::JSGGetAnimationFrame() const {
    return 0.0f;
}

/* 8026DC5C-8026DC60       .text JSGSetAnimationFrame__Q26JStage6TActorFf */
void JStage::TActor::JSGSetAnimationFrame(f32) {
}

/* 8026DC60-8026DC68       .text JSGGetAnimationFrameMax__Q26JStage6TActorCFv */
f32 JStage::TActor::JSGGetAnimationFrameMax() const {
    return 0.0f;
}

/* 8026DC68-8026DC70       .text JSGGetAnimationTransition__Q26JStage6TActorCFv */
f32 JStage::TActor::JSGGetAnimationTransition() const {
    return 0.0f;
}

/* 8026DC70-8026DC74       .text JSGSetAnimationTransition__Q26JStage6TActorFf */
void JStage::TActor::JSGSetAnimationTransition(f32) {
}

/* 8026DC74-8026DC7C       .text JSGGetTextureAnimation__Q26JStage6TActorCFv */
s32 JStage::TActor::JSGGetTextureAnimation() const {
    return -1;
}

/* 8026DC7C-8026DC80       .text JSGSetTextureAnimation__Q26JStage6TActorFUl */
void JStage::TActor::JSGSetTextureAnimation(u32) {
}

/* 8026DC80-8026DC88       .text JSGGetTextureAnimationFrame__Q26JStage6TActorCFv */
f32 JStage::TActor::JSGGetTextureAnimationFrame() const {
    return 0.0f;
}

/* 8026DC88-8026DC8C       .text JSGSetTextureAnimationFrame__Q26JStage6TActorFf */
void JStage::TActor::JSGSetTextureAnimationFrame(f32) {
}

/* 8026DC8C-8026DC94       .text JSGGetTextureAnimationFrameMax__Q26JStage6TActorCFv */
f32 JStage::TActor::JSGGetTextureAnimationFrameMax() const {
    return 0.0f;
}