AppleWin/source/frontends/common2/utils.h
Andrea Odetti 11c44233b4 Revisit initialisation to drive it all from the FrameBase.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2021-03-27 18:48:05 +00:00

14 lines
235 B
C++

#pragma once
#include <string>
namespace common2
{
void setSnapshotFilename(const std::string & filename, const bool load);
// Do not call directly. Used in CommonFrame
void InitialiseEmulator();
void DestroyEmulator();
}