summaryrefslogtreecommitdiff
path: root/include/Z2AudioLib/Z2DebugSys.h
blob: 9172d241eeba9499098a29e36dceff8c43bd7fde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef Z2DEBUGSYS_H
#define Z2DEBUGSYS_H

#include "JSystem/JAudio2/JASGadget.h"
#include "JSystem/JAudio2/JAISeqDataMgr.h"

struct Z2DebugSys : public JASGlobalInstance<Z2DebugSys> {
    Z2DebugSys();
    ~Z2DebugSys();

    void initJAW();
    void initSoundHioNode();
    void debugframework();
    JAISeqDataMgr* initSeSeqDataMgr(const void*);
};

#endif