mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-27 14:50:40 -04:00
@@ -0,0 +1,87 @@
|
||||
//
|
||||
// Generated by dtk
|
||||
// Translation Unit: J2DGrafContext.cpp
|
||||
//
|
||||
|
||||
#include "JSystem/J2DGraph/J2DGrafContext.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
/* 802CD050-802CD0FC .text __ct__14J2DGrafContextFffff */
|
||||
J2DGrafContext::J2DGrafContext(float, float, float, float) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CD0FC-802CD16C .text setPort__14J2DGrafContextFv */
|
||||
void J2DGrafContext::setPort() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CD16C-802CD340 .text setup2D__14J2DGrafContextFv */
|
||||
void J2DGrafContext::setup2D() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CD340-802CD590 .text setScissor__14J2DGrafContextFv */
|
||||
void J2DGrafContext::setScissor() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CD590-802CD5B4 .text scissor__14J2DGrafContextFRCQ29JGeometry8TBox2<f> */
|
||||
void J2DGrafContext::scissor(const JGeometry::TBox2<float>&) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CD5B4-802CD5F8 .text place__14J2DGrafContextFRCQ29JGeometry8TBox2<f> */
|
||||
void J2DGrafContext::place(const JGeometry::TBox2<float>&) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CD5F8-802CD714 .text setColor__14J2DGrafContextFQ28JUtility6TColorQ28JUtility6TColorQ28JUtility6TColorQ28JUtility6TColor */
|
||||
void J2DGrafContext::setColor(JUtility::TColor, JUtility::TColor, JUtility::TColor, JUtility::TColor) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CD714-802CD740 .text setLineWidth__14J2DGrafContextFUc */
|
||||
void J2DGrafContext::setLineWidth(unsigned char) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CD740-802CD858 .text fillBox__14J2DGrafContextFRCQ29JGeometry8TBox2<f> */
|
||||
void J2DGrafContext::fillBox(const JGeometry::TBox2<float>&) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CD858-802CD990 .text drawFrame__14J2DGrafContextFRCQ29JGeometry8TBox2<f> */
|
||||
void J2DGrafContext::drawFrame(const JGeometry::TBox2<float>&) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CD990-802CDA6C .text line__14J2DGrafContextFQ29JGeometry8TVec2<f>Q29JGeometry8TVec2<f> */
|
||||
void J2DGrafContext::line(JGeometry::TVec2<float>, JGeometry::TVec2<float>) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CDA6C-802CDADC .text lineTo__14J2DGrafContextFQ29JGeometry8TVec2<f> */
|
||||
void J2DGrafContext::lineTo(JGeometry::TVec2<float>) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CDADC-802CDB24 .text __dt__14J2DGrafContextFv */
|
||||
J2DGrafContext::~J2DGrafContext() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CDB24-802CDB6C .text place__14J2DGrafContextFffff */
|
||||
void J2DGrafContext::place(float, float, float, float) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CDB6C-802CDB74 .text getGrafType__14J2DGrafContextCFv */
|
||||
void J2DGrafContext::getGrafType() const {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CDB74-802CDB78 .text setLookat__14J2DGrafContextFv */
|
||||
void J2DGrafContext::setLookat() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
@@ -0,0 +1,67 @@
|
||||
//
|
||||
// Generated by dtk
|
||||
// Translation Unit: J2DOrthoGraph.cpp
|
||||
//
|
||||
|
||||
#include "JSystem/J2DGraph/J2DOrthoGraph.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
/* 802CDB78-802CDBD8 .text __ct__13J2DOrthoGraphFv */
|
||||
J2DOrthoGraph::J2DOrthoGraph() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CDBD8-802CDCB4 .text __ct__13J2DOrthoGraphFffffff */
|
||||
J2DOrthoGraph::J2DOrthoGraph(float, float, float, float, float, float) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CDCB4-802CDD14 .text setPort__13J2DOrthoGraphFv */
|
||||
void J2DOrthoGraph::setPort() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CDD14-802CDD48 .text setOrtho__13J2DOrthoGraphFRCQ29JGeometry8TBox2<f>ff */
|
||||
void J2DOrthoGraph::setOrtho(const JGeometry::TBox2<float>&, float, float) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CDD48-802CDD84 .text setLookat__13J2DOrthoGraphFv */
|
||||
void J2DOrthoGraph::setLookat() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CDD84-802CDE10 .text scissorBounds__13J2DOrthoGraphFPQ29JGeometry8TBox2<f>PCQ29JGeometry8TBox2<f> */
|
||||
void J2DOrthoGraph::scissorBounds(JGeometry::TBox2<float>*, const JGeometry::TBox2<float>*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CDE10-802CDF3C .text J2DDrawLine__FffffQ28JUtility6TColori */
|
||||
void J2DDrawLine(float, float, float, float, JUtility::TColor, int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CDF3C-802CDF84 .text J2DFillBox__FffffQ28JUtility6TColor */
|
||||
void J2DFillBox(float, float, float, float, JUtility::TColor) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CDF84-802CE014 .text J2DFillBox__FRCQ29JGeometry8TBox2<f>Q28JUtility6TColor */
|
||||
void J2DFillBox(const JGeometry::TBox2<float>&, JUtility::TColor) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CE014-802CE060 .text J2DDrawFrame__FffffQ28JUtility6TColorUc */
|
||||
void J2DDrawFrame(float, float, float, float, JUtility::TColor, unsigned char) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CE060-802CE100 .text J2DDrawFrame__FRCQ29JGeometry8TBox2<f>Q28JUtility6TColorUc */
|
||||
void J2DDrawFrame(const JGeometry::TBox2<float>&, JUtility::TColor, unsigned char) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CE100-802CE108 .text getGrafType__13J2DOrthoGraphCFv */
|
||||
void J2DOrthoGraph::getGrafType() const {
|
||||
/* Nonmatching */
|
||||
}
|
||||
@@ -0,0 +1,92 @@
|
||||
//
|
||||
// Generated by dtk
|
||||
// Translation Unit: J2DPane.cpp
|
||||
//
|
||||
|
||||
#include "JSystem/J2DGraph/J2DPane.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
/* 802CF8F4-802CF984 .text __ct__7J2DPaneFv */
|
||||
J2DPane::J2DPane() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CF984-802CFA44 .text __ct__7J2DPaneFP7J2DPanebUlRCQ29JGeometry8TBox2<f> */
|
||||
J2DPane::J2DPane(J2DPane*, bool, unsigned long, const JGeometry::TBox2<float>&) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CFA44-802CFAE4 .text __ct__7J2DPaneFUlRCQ29JGeometry8TBox2<f> */
|
||||
J2DPane::J2DPane(unsigned long, const JGeometry::TBox2<float>&) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CFAE4-802CFB48 .text initiate__7J2DPaneFv */
|
||||
void J2DPane::initiate() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CFB48-802CFC00 .text __ct__7J2DPaneFP7J2DPaneP20JSURandomInputStream */
|
||||
J2DPane::J2DPane(J2DPane*, JSURandomInputStream*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CFC00-802CFEF8 .text makePaneStream__7J2DPaneFP7J2DPaneP20JSURandomInputStream */
|
||||
void J2DPane::makePaneStream(J2DPane*, JSURandomInputStream*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CFEF8-802CFFD8 .text __dt__7J2DPaneFv */
|
||||
J2DPane::~J2DPane() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CFFD8-802D0078 .text insertChild__7J2DPaneFP7J2DPaneP7J2DPane */
|
||||
void J2DPane::insertChild(J2DPane*, J2DPane*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D0078-802D054C .text draw__7J2DPaneFffPC14J2DGrafContextb */
|
||||
void J2DPane::draw(float, float, const J2DGrafContext*, bool) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D054C-802D05C8 .text move__7J2DPaneFff */
|
||||
void J2DPane::move(float, float) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D05C8-802D0604 .text add__7J2DPaneFff */
|
||||
void J2DPane::add(float, float) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D0604-802D0680 .text clip__7J2DPaneFRCQ29JGeometry8TBox2<f> */
|
||||
void J2DPane::clip(const JGeometry::TBox2<float>&) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D0680-802D0714 .text search__7J2DPaneFUl */
|
||||
void J2DPane::search(unsigned long) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D0714-802D0800 .text makeMatrix__7J2DPaneFff */
|
||||
void J2DPane::makeMatrix(float, float) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D0800-802D08D8 .text setBasePosition__7J2DPaneF15J2DBasePosition */
|
||||
void J2DPane::setBasePosition(J2DBasePosition) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D08D8-802D08DC .text drawSelf__7J2DPaneFffPA3_A4_f */
|
||||
void J2DPane::drawSelf(float, float, float(*)[3][4]) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D08DC-802D08E4 .text getTypeID__7J2DPaneFv */
|
||||
void J2DPane::getTypeID() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
@@ -0,0 +1,132 @@
|
||||
//
|
||||
// Generated by dtk
|
||||
// Translation Unit: J2DPicture.cpp
|
||||
//
|
||||
|
||||
#include "JSystem/J2DGraph/J2DPicture.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
/* 802D2D94-802D2E1C .text __ct__10J2DPictureFv */
|
||||
J2DPicture::J2DPicture() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D2E1C-802D326C .text __ct__10J2DPictureFP7J2DPaneP20JSURandomInputStream */
|
||||
J2DPicture::J2DPicture(J2DPane*, JSURandomInputStream*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D326C-802D3320 .text __ct__10J2DPictureFPC7ResTIMG */
|
||||
J2DPicture::J2DPicture(const ResTIMG*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D3320-802D33D4 .text __ct__10J2DPictureFPCc */
|
||||
J2DPicture::J2DPicture(const char*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D33D4-802D3474 .text __ct__10J2DPictureFUlRCQ29JGeometry8TBox2<f>PC7ResTIMGPC7ResTLUT */
|
||||
J2DPicture::J2DPicture(unsigned long, const JGeometry::TBox2<float>&, const ResTIMG*, const ResTLUT*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D3474-802D3530 .text initiate__10J2DPictureFPC7ResTIMGPC7ResTLUT */
|
||||
void J2DPicture::initiate(const ResTIMG*, const ResTLUT*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D3530-802D35FC .text private_initiate__10J2DPictureFPC7ResTIMGPC7ResTLUT */
|
||||
void J2DPicture::private_initiate(const ResTIMG*, const ResTLUT*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D35FC-802D3774 .text initinfo__10J2DPictureFv */
|
||||
void J2DPicture::initinfo() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D3774-802D3824 .text __dt__10J2DPictureFv */
|
||||
J2DPicture::~J2DPicture() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D3824-802D3A08 .text insert__10J2DPictureFPC7ResTIMGUcf */
|
||||
void J2DPicture::insert(const ResTIMG*, unsigned char, float) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D3A08-802D3A68 .text insert__10J2DPictureFPCcUcf */
|
||||
void J2DPicture::insert(const char*, unsigned char, float) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D3A68-802D3B78 .text remove__10J2DPictureFUc */
|
||||
void J2DPicture::remove(unsigned char) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D3B78-802D3C34 .text changeTexture__10J2DPictureFPC7ResTIMGUc */
|
||||
void J2DPicture::changeTexture(const ResTIMG*, unsigned char) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D3C34-802D3C84 .text changeTexture__10J2DPictureFPCcUc */
|
||||
void J2DPicture::changeTexture(const char*, unsigned char) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D3C84-802D3CEC .text drawSelf__10J2DPictureFff */
|
||||
void J2DPicture::drawSelf(float, float) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D3CEC-802D3D54 .text drawSelf__10J2DPictureFffPA3_A4_f */
|
||||
void J2DPicture::drawSelf(float, float, float(*)[3][4]) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D3D54-802D4074 .text drawFullSet__10J2DPictureFffff10J2DBinding9J2DMirrorbPA3_A4_f */
|
||||
void J2DPicture::drawFullSet(float, float, float, float, J2DBinding, J2DMirror, bool, float(*)[3][4]) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D4074-802D4490 .text draw__10J2DPictureFffffbbb */
|
||||
void J2DPicture::draw(float, float, float, float, bool, bool, bool) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D4490-802D4874 .text drawOut__10J2DPictureFRCQ29JGeometry8TBox2<f>RCQ29JGeometry8TBox2<f> */
|
||||
void J2DPicture::drawOut(const JGeometry::TBox2<float>&, const JGeometry::TBox2<float>&) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D4874-802D4B3C .text drawTexCoord__10J2DPictureFffffffffffffPA3_A4_f */
|
||||
void J2DPicture::drawTexCoord(float, float, float, float, float, float, float, float, float, float, float, float, float(*)[3][4]) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D4B3C-802D4F44 .text setTevMode__10J2DPictureFv */
|
||||
void J2DPicture::setTevMode() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D4F44-802D4F58 .text swap__10J2DPictureFRfRf */
|
||||
void J2DPicture::swap(float&, float&) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D4F58-802D5028 .text setBlendKonstColor__10J2DPictureFv */
|
||||
void J2DPicture::setBlendKonstColor() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D5028-802D50F8 .text setBlendKonstAlpha__10J2DPictureFv */
|
||||
void J2DPicture::setBlendKonstAlpha() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D50F8-802D51D8 .text getNewColor__10J2DPictureFPQ28JUtility6TColor */
|
||||
void J2DPicture::getNewColor(JUtility::TColor*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
@@ -0,0 +1,72 @@
|
||||
//
|
||||
// Generated by dtk
|
||||
// Translation Unit: J2DPrint.cpp
|
||||
//
|
||||
|
||||
#include "JSystem/J2DGraph/J2DPrint.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
/* 802CE108-802CE194 .text __ct__8J2DPrintFP7JUTFontffQ28JUtility6TColorQ28JUtility6TColorQ28JUtility6TColorQ28JUtility6TColor */
|
||||
J2DPrint::J2DPrint(JUTFont*, float, float, JUtility::TColor, JUtility::TColor, JUtility::TColor, JUtility::TColor) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CE194-802CE384 .text private_initiate__8J2DPrintFP7JUTFontffQ28JUtility6TColorQ28JUtility6TColorQ28JUtility6TColorQ28JUtility6TColorb */
|
||||
void J2DPrint::private_initiate(JUTFont*, float, float, JUtility::TColor, JUtility::TColor, JUtility::TColor, JUtility::TColor, bool) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CE384-802CE424 .text setBuffer__8J2DPrintFUl */
|
||||
void J2DPrint::setBuffer(unsigned long) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CE424-802CE4BC .text setFontSize__8J2DPrintFv */
|
||||
void J2DPrint::setFontSize() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CE4BC-802CE4D8 .text locate__8J2DPrintFff */
|
||||
void J2DPrint::locate(float, float) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CE4D8-802CE888 .text printReturn__8J2DPrintFPCcff18J2DTextBoxHBinding18J2DTextBoxVBindingffUc */
|
||||
void J2DPrint::printReturn(const char*, float, float, J2DTextBoxHBinding, J2DTextBoxVBinding, float, float, unsigned char) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CE888-802CEF9C .text parse__8J2DPrintFPCUciiPUsRQ28J2DPrint5TSizeUcb */
|
||||
void J2DPrint::parse(const unsigned char*, int, int, unsigned short*, J2DPrint::TSize&, unsigned char, bool) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CEF9C-802CF0C4 .text doCtrlCode__8J2DPrintFi */
|
||||
void J2DPrint::doCtrlCode(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CF0C4-802CF600 .text doEscapeCode__8J2DPrintFPPCUcUc */
|
||||
void J2DPrint::doEscapeCode(const unsigned char**, unsigned char) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CF600-802CF674 .text initchar__8J2DPrintFv */
|
||||
void J2DPrint::initchar() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CF674-802CF778 .text getNumberS32__8J2DPrintFPPCUclli */
|
||||
void J2DPrint::getNumberS32(const unsigned char**, long, long, int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CF778-802CF8AC .text getNumberF32__8J2DPrintFPPCUcffi */
|
||||
void J2DPrint::getNumberF32(const unsigned char**, float, float, int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802CF8AC-802CF8F4 .text __dt__8J2DPrintFv */
|
||||
J2DPrint::~J2DPrint() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
@@ -0,0 +1,57 @@
|
||||
//
|
||||
// Generated by dtk
|
||||
// Translation Unit: J2DScreen.cpp
|
||||
//
|
||||
|
||||
#include "JSystem/J2DGraph/J2DScreen.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
/* 802D08E4-802D0944 .text __dt__9J2DScreenFv */
|
||||
J2DScreen::~J2DScreen() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D0944-802D0A2C .text set__9J2DScreenFPCcP10JKRArchive */
|
||||
void J2DScreen::set(const char*, JKRArchive*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D0A2C-802D0B40 .text makeHierarchyPanes__9J2DScreenFP7J2DPaneP20JSURandomInputStream */
|
||||
void J2DScreen::makeHierarchyPanes(J2DPane*, JSURandomInputStream*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D0B40-802D0CE0 .text createPane__9J2DScreenFRCQ27J2DPane18J2DScrnBlockHeaderP20JSURandomInputStreamP7J2DPane */
|
||||
void J2DScreen::createPane(const J2DPane::J2DScrnBlockHeader&, JSURandomInputStream*, J2DPane*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D0CE0-802D0D70 .text set__9J2DScreenFP20JSURandomInputStream */
|
||||
void J2DScreen::set(JSURandomInputStream*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D0D70-802D0DE8 .text checkSignature__9J2DScreenFP20JSURandomInputStream */
|
||||
void J2DScreen::checkSignature(JSURandomInputStream*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D0DE8-802D0F2C .text getScreenInformation__9J2DScreenFP20JSURandomInputStream */
|
||||
void J2DScreen::getScreenInformation(JSURandomInputStream*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D0F2C-802D1150 .text draw__9J2DScreenFffPC14J2DGrafContext */
|
||||
void J2DScreen::draw(float, float, const J2DGrafContext*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D1150-802D1180 .text search__9J2DScreenFUl */
|
||||
void J2DScreen::search(unsigned long) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D1180-802D12E0 .text drawSelf__9J2DScreenFffPA3_A4_f */
|
||||
void J2DScreen::drawSelf(float, float, float(*)[3][4]) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
@@ -0,0 +1,77 @@
|
||||
//
|
||||
// Generated by dtk
|
||||
// Translation Unit: J2DTextBox.cpp
|
||||
//
|
||||
|
||||
#include "JSystem/J2DGraph/J2DTextBox.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
/* 802D51D8-802D5268 .text __ct__10J2DTextBoxFPCcPCc */
|
||||
J2DTextBox::J2DTextBox(const char*, const char*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D5268-802D55D4 .text __ct__10J2DTextBoxFP7J2DPaneP20JSURandomInputStream */
|
||||
J2DTextBox::J2DTextBox(J2DPane*, JSURandomInputStream*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D55D4-802D5660 .text __ct__10J2DTextBoxFUlRCQ29JGeometry8TBox2<f>PC7ResFONTPCc18J2DTextBoxHBinding18J2DTextBoxVBinding */
|
||||
J2DTextBox::J2DTextBox(unsigned long, const JGeometry::TBox2<float>&, const ResFONT*, const char*, J2DTextBoxHBinding, J2DTextBoxVBinding) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D5660-802D5820 .text initiate__10J2DTextBoxFPC7ResFONTPCc18J2DTextBoxHBinding18J2DTextBoxVBinding */
|
||||
void J2DTextBox::initiate(const ResFONT*, const char*, J2DTextBoxHBinding, J2DTextBoxVBinding) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D5820-802D58B8 .text __dt__10J2DTextBoxFv */
|
||||
J2DTextBox::~J2DTextBox() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D58B8-802D5928 .text setFont__10J2DTextBoxFP7JUTFont */
|
||||
void J2DTextBox::setFont(JUTFont*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D5928-802D5AA4 .text draw__10J2DTextBoxFfff18J2DTextBoxHBinding */
|
||||
void J2DTextBox::draw(float, float, float, J2DTextBoxHBinding) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D5AA4-802D5AAC .text getStringPtr__10J2DTextBoxCFv */
|
||||
void J2DTextBox::getStringPtr() const {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D5AAC-802D5B6C .text setString__10J2DTextBoxFPCce */
|
||||
void J2DTextBox::setString(const char*, ...) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D5B6C-802D5BE4 .text setConnectParent__10J2DTextBoxFb */
|
||||
void J2DTextBox::setConnectParent(bool) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D5BE4-802D5C4C .text drawSelf__10J2DTextBoxFff */
|
||||
void J2DTextBox::drawSelf(float, float) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D5C4C-802D5DA4 .text drawSelf__10J2DTextBoxFffPA3_A4_f */
|
||||
void J2DTextBox::drawSelf(float, float, float(*)[3][4]) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D5DA4-802D5EB0 .text resize__10J2DTextBoxFff */
|
||||
void J2DTextBox::resize(float, float) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D5EB0-802D5EB8 .text getTypeID__10J2DTextBoxFv */
|
||||
void J2DTextBox::getTypeID() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
@@ -0,0 +1,77 @@
|
||||
//
|
||||
// Generated by dtk
|
||||
// Translation Unit: J2DWindow.cpp
|
||||
//
|
||||
|
||||
#include "JSystem/J2DGraph/J2DWindow.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
/* 802D12E0-802D1820 .text __ct__9J2DWindowFP7J2DPaneP20JSURandomInputStream */
|
||||
J2DWindow::J2DWindow(J2DPane*, JSURandomInputStream*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D1820-802D1A9C .text initinfo2__9J2DWindowFv */
|
||||
void J2DWindow::initinfo2() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D1A9C-802D1B44 .text __dt__9J2DWindowFv */
|
||||
J2DWindow::~J2DWindow() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D1B44-802D1F5C .text draw_private__9J2DWindowFRCQ29JGeometry8TBox2<f>RCQ29JGeometry8TBox2<f> */
|
||||
void J2DWindow::draw_private(const JGeometry::TBox2<float>&, const JGeometry::TBox2<float>&) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D1F5C-802D207C .text resize__9J2DWindowFff */
|
||||
void J2DWindow::resize(float, float) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D207C-802D2128 .text setContentsColor__9J2DWindowFQ28JUtility6TColorQ28JUtility6TColorQ28JUtility6TColorQ28JUtility6TColor */
|
||||
void J2DWindow::setContentsColor(JUtility::TColor, JUtility::TColor, JUtility::TColor, JUtility::TColor) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D2128-802D2190 .text drawSelf__9J2DWindowFff */
|
||||
void J2DWindow::drawSelf(float, float) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D2190-802D2288 .text drawSelf__9J2DWindowFffPA3_A4_f */
|
||||
void J2DWindow::drawSelf(float, float, float(*)[3][4]) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D2288-802D2550 .text drawContents__9J2DWindowFRCQ29JGeometry8TBox2<f> */
|
||||
void J2DWindow::drawContents(const JGeometry::TBox2<float>&) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D2550-802D26E4 .text drawFrameTexture__9J2DWindowFP10JUTTextureffffUsUsUsUsb */
|
||||
void J2DWindow::drawFrameTexture(JUTTexture*, float, float, float, float, unsigned short, unsigned short, unsigned short, unsigned short, bool) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D26E4-802D2784 .text drawFrameTexture__9J2DWindowFP10JUTTextureffbbb */
|
||||
void J2DWindow::drawFrameTexture(JUTTexture*, float, float, bool, bool, bool) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D2784-802D29F4 .text drawContentsTexture__9J2DWindowFffff */
|
||||
void J2DWindow::drawContentsTexture(float, float, float, float) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D29F4-802D2D8C .text setTevMode__9J2DWindowFP10JUTTextureQ28JUtility6TColorQ28JUtility6TColor */
|
||||
void J2DWindow::setTevMode(JUTTexture*, JUtility::TColor, JUtility::TColor) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 802D2D8C-802D2D94 .text getTypeID__9J2DWindowFv */
|
||||
void J2DWindow::getTypeID() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
Reference in New Issue
Block a user