refactored namespaces
This commit is contained in:
@@ -18,7 +18,9 @@
|
||||
using namespace nlohmann;
|
||||
|
||||
|
||||
namespace FlippR_Driver::Input {
|
||||
namespace FlippR_Driver
|
||||
{
|
||||
namespace Input {
|
||||
|
||||
std::shared_ptr<IInputDriver>
|
||||
InputDriverFactory::get_InputDriver(std::istream &input_config_stream, std::istream &matrix_config_stream) {
|
||||
|
||||
Reference in New Issue
Block a user