blob: 9fbb584f41c61134847df7f4860b388805871161 (
plain) (
blame)
1
2
3
4
5
6
7
|
/* See LICENSE file for copyright and license details. */
#include "common.h"
extern inline void
libgamepad_construct_ramp_force_feedback_effect(struct ff_effect *, const struct ff_effect *,
double, uint16_t, const struct ff_ramp_effect *);
|