Import project

Original repository: https://github.com/encounter/ww
This commit is contained in:
Luke Street
2023-09-10 00:42:26 -04:00
parent 81ac53f131
commit adb95b135c
3731 changed files with 481532 additions and 0 deletions
+37
View File
@@ -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 */
}