AppleWin/source/frontends/common2/utils.h
Andrea Odetti 24621373dd Better way to share data between ncurses and sdl2.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2020-10-09 19:13:42 +01:00

6 lines
227 B
C++

#include <string>
#include <linux/windows/wincompat.h>
bool DoDiskInsert(const UINT slot, const int nDrive, const std::string & fileName, const bool createMissingDisk);
void setSnapshotFilename(const std::string & filename);