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/JUtility/JUTFader.cpp | |
| parent | 81ac53f1317dafb3506ae3ed8b2820d40645c3c8 (diff) | |
Import project
Original repository: https://github.com/encounter/ww
Diffstat (limited to 'src/JSystem/JUtility/JUTFader.cpp')
| -rw-r--r-- | src/JSystem/JUtility/JUTFader.cpp | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/src/JSystem/JUtility/JUTFader.cpp b/src/JSystem/JUtility/JUTFader.cpp new file mode 100644 index 00000000..92bdaa51 --- /dev/null +++ b/src/JSystem/JUtility/JUTFader.cpp @@ -0,0 +1,37 @@ +// +// Generated by dtk +// Translation Unit: JUTFader.cpp +// + +#include "JSystem/JUtility/JUTFader.h" +#include "dolphin/types.h" + +/* 802C8544-802C85F0 .text __ct__8JUTFaderFiiiiQ28JUtility6TColor */ +JUTFader::JUTFader(int, int, int, int, JUtility::TColor) { + /* Nonmatching */ +} + +/* 802C85F0-802C86F0 .text control__8JUTFaderFv */ +void JUTFader::control() { + /* Nonmatching */ +} + +/* 802C86F0-802C8780 .text draw__8JUTFaderFv */ +void JUTFader::draw() { + /* Nonmatching */ +} + +/* 802C8780-802C87B0 .text startFadeIn__8JUTFaderFi */ +void JUTFader::startFadeIn(int) { + /* Nonmatching */ +} + +/* 802C87B0-802C87E4 .text startFadeOut__8JUTFaderFi */ +void JUTFader::startFadeOut(int) { + /* Nonmatching */ +} + +/* 802C87E4-802C882C .text __dt__8JUTFaderFv */ +JUTFader::~JUTFader() { + /* Nonmatching */ +} |
