mirror of
https://github.com/encounter/tp.git
synced 2026-03-30 11:40:53 -07:00
8516f01f79
* dVibration_c::StartShock * dVibration_c::StartQuake * dVibration_c::StopQuake * dVibration_c::Kill() * dVibration_c::CheckQuake * dVibration_c::Init * dVibration_c::Remove * dVibration_c::setDefault * dVibration_c::Pause * remove asm * switch to u8 return, remove cast
14 lines
211 B
C++
14 lines
211 B
C++
#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 */
|