sly1/include/rumble.h
2024-07-07 20:53:08 +00:00

14 lines
144 B
C

/**
* @file rumble.h
*
* @brief Joypad rumble system.
*/
#ifndef RUMBLE_H
#define RUMBLE_H
#include "common.h"
// ...
#endif // RUMBLE_H