3b917e93be
This makes it "possible" to use other editors (than emacs). Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
13 lines
207 B
C++
13 lines
207 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
namespace common2
|
|
{
|
|
|
|
struct EmulatorOptions;
|
|
|
|
std::string GetConfigFile(const std::string & filename);
|
|
void InitializeFileRegistry(const EmulatorOptions & options);
|
|
|
|
}
|