blob: 64769004e6cf6ae23d7d5f6b088bce96682f4536 (
plain) (
tree)
|
|
/* See LICENSE file for copyright and license details. */
#include "common.h"
extern inline void
libgamepad_construct_friction_force_feedback_effect(struct ff_effect *, const struct ff_effect *,
double, uint16_t, const struct ff_condition_effect[2]);
|