Skip to content
Snippets Groups Projects

Change strategy for modules registration to the ModuleRepository

Merged Stéphane Del Pino requested to merge feature/pluggins into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
#ifndef CONSOLE_MANAGER_HPP
#define CONSOLE_MANAGER_HPP
#include <string>
#include <ostream>
class ConsoleManager
{
Loading