mirror of
https://github.com/zeldaret/tp
synced 2026-08-15 04:50:37 -04:00
Jsystem work (#399)
* Almost match JASBasicInst * JASDrumSet OK * Some JAudio2 struct adjustment * Match JKRHeap::callAllDisposer * JAISe OK * Fix setAutoDelete * JAISound OK * Match a few functions in linklist * Few matches in d_a_e_ym * JUTTexture OK * Work on JUTGamePad * Import JUTResource * Work on JUTResFont::getFontCode
This commit is contained in:
@@ -26,8 +26,8 @@ public:
|
||||
/* 0x27c */ JAITempoMgr mTempoMgr;
|
||||
};
|
||||
|
||||
/* 8029F6D8 */ virtual bool getNumChild() const;
|
||||
/* 8029F6E0 */ virtual bool getChild(int);
|
||||
/* 8029F6D8 */ virtual s32 getNumChild() const;
|
||||
/* 8029F6E0 */ virtual JAISoundChild* getChild(int);
|
||||
/* 8029F6E8 */ virtual void releaseChild(int);
|
||||
/* 8029F84C */ virtual JASTrack* getTrack();
|
||||
/* 8029F854 */ virtual JASTrack* getChildTrack(int);
|
||||
|
||||
Reference in New Issue
Block a user