diff options
Diffstat (limited to 'libgamepad_button_names__.c')
-rw-r--r-- | libgamepad_button_names__.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libgamepad_button_names__.c b/libgamepad_button_names__.c new file mode 100644 index 0000000..9efe622 --- /dev/null +++ b/libgamepad_button_names__.c @@ -0,0 +1,7 @@ +/* See LICENSE file for copyright and license details. */ +#include "common.h" + + +const char *libgamepad_button_names__[] = { +#include "button.names" +}; |