mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-11-14 18:05:01 +00:00
13 lines
230 B
C
13 lines
230 B
C
#pragma once
|
|
|
|
void SingleStep(bool bReinit);
|
|
|
|
//===========================================
|
|
|
|
// Win32
|
|
bool GetLoadedSaveStateFlag(void);
|
|
bool GetHookAltTab(void);
|
|
bool GetHookAltGrControl(void);
|
|
|
|
extern bool g_bRestartFullScreen;
|