summaryrefslogtreecommitdiff
path: root/include/d/d_vib_pattern.h
blob: 00d57273266ed07747907a774c95e0bb94e357ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef D_D_VIB_PATTERN_H
#define D_D_VIB_PATTERN_H

#include "dolphin/types.h"

class dVibration_pattern {
public:
    u16 field_0x00;
    u16 field_0x02;
    u32 field_0x04;
};

#endif /* D_D_VIB_PATTERN_H */