mirror of
https://github.com/zeldaret/tp
synced 2026-06-01 09:47:52 -04:00
Merge branch 'functions'
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user