2020-12-27 19:43:35 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <string>
|
|
|
|
|
2021-02-25 16:04:50 +00:00
|
|
|
namespace common2
|
|
|
|
{
|
2020-12-27 19:43:35 +00:00
|
|
|
|
2021-02-25 16:04:50 +00:00
|
|
|
struct EmulatorOptions;
|
|
|
|
|
|
|
|
std::string GetConfigFile(const std::string & filename);
|
|
|
|
void InitializeFileRegistry(const EmulatorOptions & options);
|
|
|
|
|
|
|
|
}
|