blob: 2e896b1f5db3c22fe44f6b4a92adc44f690f1b21 (
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
|
//
// Generated by dtk
// Translation Unit: JSGFog.cpp
//
#include "JSystem/JSystem.h" // IWYU pragma: keep
#include "JSystem/JStage/JSGFog.h"
#include "dolphin/types.h"
/* 8026DDF0-8026DE50 .text __dt__Q26JStage4TFogFv */
JStage::TFog::~TFog() {
}
/* 8026DE50-8026DE58 .text JSGFGetType__Q26JStage4TFogCFv */
s32 JStage::TFog::JSGFGetType() const {
return 6;
}
/* 8026DE58-8026DE60 .text JSGGetFogFunction__Q26JStage4TFogCFv */
bool JStage::TFog::JSGGetFogFunction() const {
return false;
}
/* 8026DE60-8026DE64 .text JSGSetFogFunction__Q26JStage4TFogF10_GXFogType */
void JStage::TFog::JSGSetFogFunction(GXFogType) {
}
/* 8026DE64-8026DE6C .text JSGGetStartZ__Q26JStage4TFogCFv */
f32 JStage::TFog::JSGGetStartZ() const {
return 0.0f;
}
/* 8026DE6C-8026DE70 .text JSGSetStartZ__Q26JStage4TFogFf */
void JStage::TFog::JSGSetStartZ(f32) {
}
/* 8026DE70-8026DE78 .text JSGGetEndZ__Q26JStage4TFogCFv */
f32 JStage::TFog::JSGGetEndZ() const {
return FLOAT_MAX;
}
/* 8026DE78-8026DE7C .text JSGSetEndZ__Q26JStage4TFogFf */
void JStage::TFog::JSGSetEndZ(f32) {
}
/* 8026DE7C-8026DE90 .text JSGGetColor__Q26JStage4TFogCFv */
GXColor JStage::TFog::JSGGetColor() const {
return (GXColor){0xFF, 0xFF, 0xFF, 0xFF};
}
/* 8026DE90-8026DE94 .text JSGSetColor__Q26JStage4TFogF8_GXColor */
void JStage::TFog::JSGSetColor(GXColor) {
}
|