ROGueENEMY/rog_ally.h
2023-12-08 22:27:32 +01:00

6 lines
149 B
C

#pragma once
#include "input_dev.h"
#include "settings.h"
input_dev_composite_t* rog_ally_device_def(const controller_settings_t *const settings);