AppleWin/source/frontends/common2/fileregistry.h
Andrea Odetti 7865fc3457 First meaningful usage of ImGui features.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2021-02-07 16:10:54 +00:00

8 lines
177 B
C++

#pragma once
#include <string>
struct EmulatorOptions;
std::string GetConfigFile(const std::string & filename);
void InitializeFileRegistry(const EmulatorOptions & options);