AppleWin/source/frontends/common2/fileregistry.h
Andrea Odetti 675d1316a9 Add a Registry interface to for more flexibility on case by case usage.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2020-12-27 19:43:35 +00:00

7 lines
120 B
C++

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