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

@ -2,7 +2,8 @@ set(SRCS Src/ControllerEmu.cpp
Src/InputConfig.cpp
Src/UDPWiimote.cpp
Src/UDPWrapper.cpp
Src/ControllerInterface/ControllerInterface.cpp)
Src/ControllerInterface/ControllerInterface.cpp
Src/ControllerInterface/Device.cpp)
if(WIN32)
set(SRCS ${SRCS}