1
0
mirror of https://github.com/cathery/sys-con.git synced 2024-07-05 10:48:46 +00:00
sys-con/source/ControllerLib/ControllerHelpers.h
2020-01-12 05:01:44 +03:00

5 lines
174 B
C

#pragma once
#include "Controllers.h"
//Returns true if said controller supports said feature
bool DoesControllerSupport(ControllerType type, ControllerSupport supportType);