#pragma once #include #include class Registry; namespace common2 { struct EmulatorOptions; std::string GetConfigFile(const std::string & filename); std::shared_ptr CreateFileRegistry(const EmulatorOptions & options); }