8 lines
120 B
C
8 lines
120 B
C
|
#pragma once
|
||
|
|
||
|
#include <string>
|
||
|
|
||
|
struct EmulatorOptions;
|
||
|
|
||
|
void InitializeFileRegistry(const EmulatorOptions & options);
|