// // Created by Sam Gondelman on 7/16/2015 // Copyright 2015 High Fidelity, Inc. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // #pragma once class InputPlugin; #include #include using InputPluginPointer = QSharedPointer; using InputPluginList = QVector; const InputPluginList& getInputPlugins();