summaryrefslogtreecommitdiff
path: root/src/JSystem/J2DGraph/J2DScreen.cpp
diff options
context:
space:
mode:
authorLuke Street <luke.street@encounterpc.com>2023-09-10 00:42:26 -0400
committerLuke Street <luke.street@encounterpc.com>2023-09-10 00:48:55 -0400
commitadb95b135c3d7498eba29bbd9728d345eed5a407 (patch)
tree655575b939c12067569263171b68c079b1a232c8 /src/JSystem/J2DGraph/J2DScreen.cpp
parent81ac53f1317dafb3506ae3ed8b2820d40645c3c8 (diff)
Import project
Original repository: https://github.com/encounter/ww
Diffstat (limited to 'src/JSystem/J2DGraph/J2DScreen.cpp')
-rw-r--r--src/JSystem/J2DGraph/J2DScreen.cpp57
1 files changed, 57 insertions, 0 deletions
diff --git a/src/JSystem/J2DGraph/J2DScreen.cpp b/src/JSystem/J2DGraph/J2DScreen.cpp
new file mode 100644
index 00000000..36c9ac22
--- /dev/null
+++ b/src/JSystem/J2DGraph/J2DScreen.cpp
@@ -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 */
+}