mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-11-17 21:04:45 +00:00
11 lines
251 B
C
11 lines
251 B
C
#pragma once
|
|
|
|
extern bool g_bSaveStateOnExit;
|
|
|
|
char* Snapshot_GetFilename();
|
|
void Snapshot_SetFilename(char* pszFilename);
|
|
void Snapshot_LoadState();
|
|
void Snapshot_SaveState();
|
|
void Snapshot_Startup();
|
|
void Snapshot_Shutdown();
|