mirror of
https://github.com/cathery/sys-con.git
synced 2024-11-06 02:26:33 +00:00
5 lines
174 B
C
5 lines
174 B
C
|
#pragma once
|
||
|
#include "Controllers.h"
|
||
|
|
||
|
//Returns true if said controller supports said feature
|
||
|
bool DoesControllerSupport(ControllerType type, ControllerSupport supportType);
|