summaryrefslogtreecommitdiff
path: root/include/JSystem/JAudio/JAIDummyObject.h
blob: f83ce729426534d6857a622969a0fe0e02cf621a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#ifndef JAIDUMMYOBJECT_H
#define JAIDUMMYOBJECT_H

#include "dolphin/types.h"

class JAISound;

namespace JAInter {
    struct DummyVec {
        DummyVec* field_0x0;
        DummyVec* field_0x4;
        JAISound* field_0x8;
        u32 field_0xc;
        int field_0x10;
        int field_0x14;
        u32 field_0x18;
        bool field_0x1c;
    };

    namespace DummyObjectMgr {
        void init();
        DummyVec* getPointer(u32 param_1, bool param_2);
        void releasePointer(DummyVec* param_1);
        void check();

        extern DummyVec* deadObjectFreePointer;
        extern DummyVec* deadObjectUsedPointer;
        extern DummyVec* deadObjectObject;
    }
}

#endif /* JAIDUMMYOBJECT_H */