summaryrefslogtreecommitdiff
path: root/include/JSystem/JAudio/JASInstRand.h
blob: e83c3f537f8acb23aae3829ac9eadc597df95f07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef JASINSTRAND_H
#define JASINSTRAND_H

#include "JSystem/JAudio/JASInstEffect.h"

namespace JASystem {
    class TInstRand : public TInstEffect {
    public:
        TInstRand() {
            field_0x8 = 1.0f;
            field_0xc = 0.0f;
        }
        virtual f32 getY(int, int) const;

        /* 0x08 */ f32 field_0x8;
        /* 0x0C */ f32 field_0xc;
    };
}

#endif /* JASINSTRAND_H */