#pragma once #include #include class PluginHandler { public: bool load(std::string path); void loadPlugins(std::string path); };