This repository has been archived on 2024-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
pacciani/ModuleLoader.hpp

11 lines
160 B
C++

#ifndef MODULE_LOADER_HPP
#define MODULE_LOADER_HPP
namespace monicelli {
void loadModule(std::string const& from, monicelli::ModuleRegistry &to);
}
#endif