blob: 6176cefe9465f3fbbca031312c002c00b344eb0c (
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
|
//
// Generated by dtk
// Translation Unit: JSGObject.cpp
//
#include "JSystem/JSystem.h" // IWYU pragma: keep
#include "JSystem/JStage/JSGObject.h"
#include "dolphin/types.h"
/* 8026DF40-8026DF88 .text __dt__Q26JStage7TObjectFv */
JStage::TObject::~TObject() {
}
/* 8026DF88-8026DF90 .text JSGGetName__Q26JStage7TObjectCFv */
bool JStage::TObject::JSGGetName() const {
return false;
}
/* 8026DF90-8026DF98 .text JSGGetFlag__Q26JStage7TObjectCFv */
u32 JStage::TObject::JSGGetFlag() const {
return 0;
}
/* 8026DF98-8026DF9C .text JSGSetFlag__Q26JStage7TObjectFUl */
void JStage::TObject::JSGSetFlag(u32) {
}
/* 8026DF9C-8026DFA4 .text JSGGetData__Q26JStage7TObjectCFUlPvUl */
bool JStage::TObject::JSGGetData(u32, void*, u32) const {
return false;
}
/* 8026DFA4-8026DFA8 .text JSGSetData__Q26JStage7TObjectFUlPCvUl */
void JStage::TObject::JSGSetData(u32, const void*, u32) {
}
/* 8026DFA8-8026DFAC .text JSGGetParent__Q26JStage7TObjectCFPPQ26JStage7TObjectPUl */
void JStage::TObject::JSGGetParent(JStage::TObject**, u32*) const {
}
/* 8026DFAC-8026DFB0 .text JSGSetParent__Q26JStage7TObjectFPQ26JStage7TObjectUl */
void JStage::TObject::JSGSetParent(JStage::TObject*, u32) {
}
/* 8026DFB0-8026DFB4 .text JSGSetRelation__Q26JStage7TObjectFbPQ26JStage7TObjectUl */
void JStage::TObject::JSGSetRelation(bool, JStage::TObject*, u32) {
}
/* 8026DFB4-8026DFBC .text JSGFindNodeID__Q26JStage7TObjectCFPCc */
s32 JStage::TObject::JSGFindNodeID(const char*) const {
return -1;
}
/* 8026DFBC-8026DFF8 .text JSGGetNodeTransformation__Q26JStage7TObjectCFUlPA4_f */
bool JStage::TObject::JSGGetNodeTransformation(u32, MtxP mtx) const {
mtx[0][0] = 0.0f;
mtx[0][1] = 0.0f;
mtx[0][2] = 0.0f;
mtx[0][3] = 0.0f;
mtx[1][0] = 0.0f;
mtx[1][1] = 0.0f;
mtx[1][2] = 0.0f;
mtx[1][3] = 0.0f;
mtx[2][0] = 0.0f;
mtx[2][1] = 0.0f;
mtx[2][2] = 0.0f;
mtx[2][3] = 0.0f;
return false;
}
|