mirror of
https://github.com/TheOnlyZac/sly1.git
synced 2024-12-03 19:20:57 +00:00
14 lines
144 B
C
14 lines
144 B
C
/**
|
|
* @file rumble.h
|
|
*
|
|
* @brief Joypad rumble system.
|
|
*/
|
|
#ifndef RUMBLE_H
|
|
#define RUMBLE_H
|
|
|
|
#include "common.h"
|
|
|
|
// ...
|
|
|
|
#endif // RUMBLE_H
|