blob: b53133f7774007256a54df404a426eee341a058d (
plain) (
blame)
1
2
3
4
5
|
/* See LICENSE file for copyright and license details. */
#include "common.h"
extern inline int libgamepad_get_device_has_absolute_axis(const struct libgamepad_device *, uint16_t);
|