mirror of
https://github.com/zeldaret/tp
synced 2026-09-10 12:05:28 -04:00
Z2AudioMgr / various JAudio setup (#152)
* audioMgr setup * bunch of JAudio setup
This commit is contained in:
@@ -1,6 +1,29 @@
|
||||
#ifndef Z2FXLINEMGR_H
|
||||
#define Z2FXLINEMGR_H
|
||||
|
||||
#include "JSystem/JKernel/JKRArchive.h"
|
||||
#include "JSystem/JKernel/JKRHeap.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
struct Z2FxLineEditNode {};
|
||||
|
||||
struct Z2FxLineConfig {};
|
||||
|
||||
struct Z2FxLineMgr {
|
||||
/* 802BA7DC */ Z2FxLineMgr();
|
||||
/* 802BA7FC */ void initDataArc(JKRArchive*, JKRHeap*);
|
||||
/* 802BAC28 */ void setLineID(s8, bool, bool);
|
||||
/* 802BAC74 */ void setLine(Z2FxLineConfig*, bool, bool);
|
||||
/* 802BAE1C */ void setFxForceOff(bool);
|
||||
/* 802BAE48 */ void setUnderWaterFx(bool);
|
||||
/* 802BAEB8 */ void setSceneFx(s32);
|
||||
|
||||
/* 0x00 */ int field_0x0;
|
||||
/* 0x04 */ void* mFxLineBuffer[4];
|
||||
/* 0x14 */ s8 mLineID;
|
||||
/* 0x15 */ s8 mFxDataNum;
|
||||
/* 0x16 */ bool mSetUnderWaterFx;
|
||||
/* 0x18 */ Z2FxLineEditNode* mHIOEdit;
|
||||
}; // Size: 0x1C
|
||||
|
||||
#endif /* Z2FXLINEMGR_H */
|
||||
|
||||
Reference in New Issue
Block a user