Removes the old component code and moves the IProcessInput interface file into platfo...
commit95ae0b98631a51551d754c6be3f150e4ff18a95c
authorAreloch <Areloch@gmail.com>
Fri, 13 May 2016 04:31:15 +0000 (12 23:31 -0500)
committerAreloch <Areloch@gmail.com>
Fri, 13 May 2016 04:31:15 +0000 (12 23:31 -0500)
tree5fb1c99361e98a101af31dec93b383adea92d5a7
parent7c7c799b5771611daf38be2beccf8bc0adc40025
Removes the old component code and moves the IProcessInput interface file into platform/input/ directory.
16 files changed:
Engine/source/component/componentInterface.cpp [deleted file]
Engine/source/component/componentInterface.h [deleted file]
Engine/source/component/dynamicConsoleMethodComponent.cpp [deleted file]
Engine/source/component/dynamicConsoleMethodComponent.h [deleted file]
Engine/source/component/moreAdvancedComponent.cpp [deleted file]
Engine/source/component/moreAdvancedComponent.h [deleted file]
Engine/source/component/simComponent.cpp [deleted file]
Engine/source/component/simComponent.h [deleted file]
Engine/source/component/simpleComponent.cpp [deleted file]
Engine/source/component/simpleComponent.h [deleted file]
Engine/source/component/test/moreAdvancedComponentTest.cpp [deleted file]
Engine/source/component/test/simComponentTest.cpp [deleted file]
Engine/source/component/test/simpleComponentTest.cpp [deleted file]
Engine/source/gui/core/guiCanvas.h
Engine/source/platform/input/IProcessInput.h [moved from Engine/source/component/interfaces/IProcessInput.h with 100% similarity]
Engine/source/windowManager/windowInputGenerator.cpp