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/J2DGraph/J2DPane.cpp | |
| parent | 81ac53f1317dafb3506ae3ed8b2820d40645c3c8 (diff) | |
Import project
Original repository: https://github.com/encounter/ww
Diffstat (limited to 'src/JSystem/J2DGraph/J2DPane.cpp')
| -rw-r--r-- | src/JSystem/J2DGraph/J2DPane.cpp | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/src/JSystem/J2DGraph/J2DPane.cpp b/src/JSystem/J2DGraph/J2DPane.cpp new file mode 100644 index 00000000..0c9a8f4d --- /dev/null +++ b/src/JSystem/J2DGraph/J2DPane.cpp @@ -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 */ +} |
