mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-10 13:29:56 +00:00
12 lines
210 B
C
12 lines
210 B
C
|
#pragma once
|
||
|
|
||
|
void SingleStep(bool bReinit);
|
||
|
|
||
|
//===========================================
|
||
|
|
||
|
// Win32
|
||
|
bool GetLoadedSaveStateFlag(void);
|
||
|
bool GetHookAltGrControl(void);
|
||
|
|
||
|
extern bool g_bRestartFullScreen;
|