diff options
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -30,6 +30,13 @@ struct libgamepad_attachment_monitor { }; +struct libgamepad_device_internals { + int close_fd; + int require_sync; + struct libevdev *dev; +}; + + extern const char *libgamepad_button_names__[ #include "button.count" ]; |