Files
ac-decomp/include/m_vibctl.h
T
2023-05-29 23:05:11 -04:00

19 lines
220 B
C

#ifndef M_VIBCTL_H
#define M_VIBCTL_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
extern void mVibctl_ct();
extern void mVibctl_reset();
extern void mVibctl_init0();
#ifdef __cplusplus
}
#endif
#endif