fix cmake and a bunch of warnings

This commit is contained in:
Denis Benato 2023-12-07 11:16:01 +01:00
parent 9dfba70c89
commit 773812ff53
10 changed files with 127 additions and 14 deletions

View file

@ -3,6 +3,6 @@
#include "input_dev.h"
#include "xbox360.h"
size_t rog_ally_device_def_count();
size_t rog_ally_device_def_count(void);
input_dev_t **rog_ally_device_def();
input_dev_t **rog_ally_device_def(void);