diff options
Diffstat (limited to 'src/JSystem/JUtility/JUTConsole.cpp')
| -rw-r--r-- | src/JSystem/JUtility/JUTConsole.cpp | 167 |
1 files changed, 167 insertions, 0 deletions
diff --git a/src/JSystem/JUtility/JUTConsole.cpp b/src/JSystem/JUtility/JUTConsole.cpp new file mode 100644 index 00000000..a2f7e64a --- /dev/null +++ b/src/JSystem/JUtility/JUTConsole.cpp @@ -0,0 +1,167 @@ +// +// Generated by dtk +// Translation Unit: JUTConsole.cpp +// + +#include "JSystem/JUtility/JUTConsole.h" +#include "dolphin/types.h" + +/* 802CA2FC-802CA3CC .text create__10JUTConsoleFUiUiP7JKRHeap */ +void JUTConsole::create(unsigned int, unsigned int, JKRHeap*) { + /* Nonmatching */ +} + +/* 802CA3CC-802CA4C8 .text create__10JUTConsoleFUiPvUl */ +void JUTConsole::create(unsigned int, void*, unsigned long) { + /* Nonmatching */ +} + +/* 802CA4C8-802CA5AC .text __ct__10JUTConsoleFUiUib */ +JUTConsole::JUTConsole(unsigned int, unsigned int, bool) { + /* Nonmatching */ +} + +/* 802CA5AC-802CA658 .text __dt__10JUTConsoleFv */ +JUTConsole::~JUTConsole() { + /* Nonmatching */ +} + +/* 802CA658-802CA668 .text getObjectSizeFromBufferSize__10JUTConsoleFUiUi */ +void JUTConsole::getObjectSizeFromBufferSize(unsigned int, unsigned int) { + /* Nonmatching */ +} + +/* 802CA668-802CA678 .text getLineFromObjectSize__10JUTConsoleFUlUi */ +void JUTConsole::getLineFromObjectSize(unsigned long, unsigned int) { + /* Nonmatching */ +} + +/* 802CA678-802CA6D4 .text clear__10JUTConsoleFv */ +void JUTConsole::clear() { + /* Nonmatching */ +} + +/* 802CA6D4-802CAC1C .text doDraw__10JUTConsoleCFQ210JUTConsole12EConsoleType */ +void JUTConsole::doDraw(JUTConsole::EConsoleType) const { + /* Nonmatching */ +} + +/* 802CAC1C-802CAC9C .text print_f__10JUTConsoleFPCce */ +void JUTConsole::print_f(const char*, ...) { + /* Nonmatching */ +} + +/* 802CAC9C-802CAFB0 .text print__10JUTConsoleFPCc */ +void JUTConsole::print(const char*) { + /* Nonmatching */ +} + +/* 802CAFB0-802CB03C .text JUTConsole_print_f_va_ */ +void JUTConsole_print_f_va_ { + /* Nonmatching */ +} + +/* 802CB03C-802CB19C .text dumpToTerminal__10JUTConsoleFUi */ +void JUTConsole::dumpToTerminal(unsigned int) { + /* Nonmatching */ +} + +/* 802CB19C-802CB278 .text scroll__10JUTConsoleFi */ +void JUTConsole::scroll(int) { + /* Nonmatching */ +} + +/* 802CB278-802CB29C .text getUsedLine__10JUTConsoleCFv */ +void JUTConsole::getUsedLine() const { + /* Nonmatching */ +} + +/* 802CB29C-802CB2C0 .text getLineOffset__10JUTConsoleCFv */ +void JUTConsole::getLineOffset() const { + /* Nonmatching */ +} + +/* 802CB2C0-802CB2E8 .text __ct__17JUTConsoleManagerFv */ +JUTConsoleManager::JUTConsoleManager() { + /* Nonmatching */ +} + +/* 802CB2E8-802CB380 .text createManager__17JUTConsoleManagerFP7JKRHeap */ +void JUTConsoleManager::createManager(JKRHeap*) { + /* Nonmatching */ +} + +/* 802CB380-802CB4C4 .text appendConsole__17JUTConsoleManagerFP10JUTConsole */ +void JUTConsoleManager::appendConsole(JUTConsole*) { + /* Nonmatching */ +} + +/* 802CB4C4-802CB674 .text removeConsole__17JUTConsoleManagerFP10JUTConsole */ +void JUTConsoleManager::removeConsole(JUTConsole*) { + /* Nonmatching */ +} + +/* 802CB674-802CB740 .text draw__17JUTConsoleManagerCFv */ +void JUTConsoleManager::draw() const { + /* Nonmatching */ +} + +/* 802CB740-802CB7B4 .text drawDirect__17JUTConsoleManagerCFb */ +void JUTConsoleManager::drawDirect(bool) const { + /* Nonmatching */ +} + +/* 802CB7B4-802CB810 .text setDirectConsole__17JUTConsoleManagerFP10JUTConsole */ +void JUTConsoleManager::setDirectConsole(JUTConsole*) { + /* Nonmatching */ +} + +/* 802CB810-802CB818 .text JUTSetReportConsole */ +void JUTSetReportConsole { + /* Nonmatching */ +} + +/* 802CB818-802CB820 .text JUTGetReportConsole */ +void JUTGetReportConsole { + /* Nonmatching */ +} + +/* 802CB820-802CB828 .text JUTSetWarningConsole */ +void JUTSetWarningConsole { + /* Nonmatching */ +} + +/* 802CB828-802CB830 .text JUTGetWarningConsole */ +void JUTGetWarningConsole { + /* Nonmatching */ +} + +/* 802CB830-802CB8D0 .text JUTReportConsole_f_va */ +void JUTReportConsole_f_va { + /* Nonmatching */ +} + +/* 802CB8D0-802CB950 .text JUTReportConsole_f */ +void JUTReportConsole_f { + /* Nonmatching */ +} + +/* 802CB950-802CB984 .text JUTReportConsole */ +void JUTReportConsole { + /* Nonmatching */ +} + +/* 802CB984-802CBA24 .text JUTWarningConsole_f_va */ +void JUTWarningConsole_f_va { + /* Nonmatching */ +} + +/* 802CBA24-802CBAA4 .text JUTWarningConsole_f */ +void JUTWarningConsole_f { + /* Nonmatching */ +} + +/* 802CBAA4-802CBAD8 .text JUTWarningConsole */ +void JUTWarningConsole { + /* Nonmatching */ +} |
