refs #453 Refactor Input value classes

All previous Hardware classes have been refactored and moved into
the Input namespace.
This commit is contained in:
Roland Winklmeier
2015-08-14 19:35:13 +02:00
committed by Mathew Sutcliffe
parent 41e17aa0c7
commit 63c7c6be0d
22 changed files with 1388 additions and 9 deletions

View File

@@ -33,6 +33,7 @@ HEADERS += *.h \
$$PWD/math/*.h \
$$PWD/network/*.h \
$$PWD/geo/*.h \
$$PWD/input/*.h \
$$PWD/hardware/*.h \
$$PWD/audio/*.h \
$$PWD/simulation/*.h \
@@ -45,6 +46,7 @@ SOURCES += *.cpp \
$$PWD/aviation/*.cpp \
$$PWD/math/*.cpp \
$$PWD/network/*.cpp \
$$PWD/input/*.cpp \
$$PWD/hardware/*.cpp \
$$PWD/geo/*.cpp \
$$PWD/audio/*.cpp \