summaryrefslogtreecommitdiff
path: root/libs/JSystem/J2DGraph/J2DPane.cpp
diff options
context:
space:
mode:
authorPheenoh <pheenoh@gmail.com>2021-01-31 15:39:31 -0500
committerPheenoh <pheenoh@gmail.com>2021-01-31 15:39:31 -0500
commitfb0493b1713842b23fd446513a43ee04c8a19481 (patch)
tree328d9106064078f545e1f4cd122fb3f0ba520f3d /libs/JSystem/J2DGraph/J2DPane.cpp
parentccf862fbb2a84bf106c6868620f1ca4de21924c2 (diff)
parent90578d539ac54bd39e110a2a603dd63b94881d91 (diff)
Merge branch 'functions'
Diffstat (limited to 'libs/JSystem/J2DGraph/J2DPane.cpp')
-rw-r--r--libs/JSystem/J2DGraph/J2DPane.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/libs/JSystem/J2DGraph/J2DPane.cpp b/libs/JSystem/J2DGraph/J2DPane.cpp
index d9c5f258a9..27ce74b0b1 100644
--- a/libs/JSystem/J2DGraph/J2DPane.cpp
+++ b/libs/JSystem/J2DGraph/J2DPane.cpp
@@ -1,5 +1,19 @@
#include "JSystem/J2DGraph/J2DPane.h"
+extern "C" {
+s32 JSUInputStream_NS_read(JSUInputStream*, u8*, u32);
+void __ct__10JSUPtrLinkFPv(void);
+void __dl__FPv(void);
+void __dt__10JSUPtrLinkFv(void);
+void __dt__10JSUPtrListFv(void);
+void append__10JSUPtrListFP10JSUPtrLink(void);
+void getParentPane__7J2DPaneFv(void);
+void GXSetCullMode(void);
+void initiate__10JSUPtrListFv(void);
+void insert__10JSUPtrListFP10JSUPtrLinkP10JSUPtrLink(void);
+void JSURandomInputStream_NS_seek(JSURandomInputStream*, u32, u32);
+}
+
J2DPane::J2DPane() : mBounds(), mGlobalBounds(), mClipRect(), mPaneTree(this) {
mTransform = NULL;
id = 'PAN1';