2021-03-28 22:49:05 +02:00
|
|
|
#ifndef D_D_VIB_PATTERN_H
|
|
|
|
|
#define D_D_VIB_PATTERN_H
|
|
|
|
|
|
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
|
|
2022-12-26 10:45:03 -07:00
|
|
|
class dVibration_pattern {
|
|
|
|
|
public:
|
|
|
|
|
u16 field_0x00;
|
|
|
|
|
u16 field_0x02;
|
|
|
|
|
u32 field_0x04;
|
|
|
|
|
};
|
|
|
|
|
|
2021-03-28 22:49:05 +02:00
|
|
|
#endif /* D_D_VIB_PATTERN_H */
|