AppleWin/source/frontends/common2/utils.h
Andrea Odetti 1d07215f78 Add ability to Save/Load Snapshot F11/F12.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2020-12-06 18:03:41 +00:00

5 lines
106 B
C++

#pragma once
#include <string>
void setSnapshotFilename(const std::string & filename, const bool load);