ROGueENEMY/legion_go.c
2023-12-08 22:27:32 +01:00

6 lines
No EOL
183 B
C

#include "legion_go.h"
input_dev_composite_t* legion_go_device_def(const controller_settings_t *const settings) {
// TODO: return the legion go definition here
return NULL;
}