mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-11-16 00:09:20 +00:00
f5f60310c1
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
12 lines
309 B
C++
12 lines
309 B
C++
#pragma once
|
|
|
|
extern bool g_bSaveStateOnExit;
|
|
|
|
void Snapshot_SetFilename(std::string strPathname);
|
|
const std::string & Snapshot_GetFilename();
|
|
const std::string & Snapshot_GetPath();
|
|
void Snapshot_LoadState();
|
|
void Snapshot_SaveState();
|
|
void Snapshot_Startup();
|
|
void Snapshot_Shutdown();
|