AppleWin/source/SaveState.h

12 lines
293 B
C
Raw Normal View History

2006-02-25 20:50:29 +00:00
#pragma once
extern bool g_bSaveStateOnExit;
void Snapshot_SetFilename(std::string strPathname);
const char* Snapshot_GetFilename();
const char* Snapshot_GetPath();
2006-02-25 20:50:29 +00:00
void Snapshot_LoadState();
void Snapshot_SaveState();
void Snapshot_Startup();
void Snapshot_Shutdown();