summaryrefslogtreecommitdiff
path: root/include/Z2AudioLib/Z2AudioCS.h
blob: 2f9f79fe05b4e8dd13beb3f7ab3579c35f4daffc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef Z2AUDIOCS_H
#define Z2AUDIOCS_H

#include <revolution/wpad.h>

class JKRHeap;
class JKRArchive;

class Z2AudioCS {
public:
    static void newSpkSoundMemPool();
    int init(JKRHeap*, JKRArchive*, s32, s32);
    void update();
    static void connect(s32);
    static void disconnect(s32);
    static void extensionProcess(s32, s32);
    u32 getHandleSoundID(s32);
    static void start(s32, s32);
    static int startLevel(s32, s32);
};

#endif /* Z2AUDIOCS_H */