InputCommon: Split Device stuff out

The ExpressionParser needs this to be out of here to prevent issues
with cyclic references.
This commit is contained in:
Jasper St. Pierre
2013-06-16 20:07:10 -04:00
parent 143d2eccb4
commit 877106b027
30 changed files with 448 additions and 451 deletions

View File

@ -449,8 +449,7 @@ public:
std::vector< ControlGroup* > groups;
ControllerInterface::DeviceQualifier default_device;
DeviceQualifier default_device;
};