blob: 4e2898fa4fb9b215bc46db18adf5122791a4f560 (
plain) (
tree)
|
|
/* See LICENSE file for copyright and license details. */
#include "common.h"
extern inline void
libgamepad_construct_constant_force_feedback_effect(struct ff_effect *, const struct ff_effect *,
double, uint16_t, const struct ff_constant_effect *);
|