rename ciface::Wiimote to ciface::WiimoteController

This commit is contained in:
Shawn Hoffman
2020-09-15 04:24:25 -07:00
parent 84128d9532
commit 0be1491ef0
6 changed files with 16 additions and 16 deletions

View File

@ -56,8 +56,8 @@ add_library(inputcommon
ControllerInterface/ControllerInterface.h
ControllerInterface/Device.cpp
ControllerInterface/Device.h
ControllerInterface/Wiimote/Wiimote.cpp
ControllerInterface/Wiimote/Wiimote.h
ControllerInterface/Wiimote/WiimoteController.cpp
ControllerInterface/Wiimote/WiimoteController.h
ControlReference/ControlReference.cpp
ControlReference/ControlReference.h
ControlReference/ExpressionParser.cpp