mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-28 17:30:02 +00:00
14 lines
279 B
C
14 lines
279 B
C
#pragma once
|
|
|
|
void SingleStep(bool bReinit);
|
|
|
|
//===========================================
|
|
|
|
// Win32
|
|
bool GetLoadedSaveStateFlag(void);
|
|
bool GetHookAltTab(void);
|
|
bool GetHookAltGrControl(void);
|
|
bool GetFullScreenResolutionChangedByUser(void);
|
|
|
|
extern bool g_bRestartFullScreen;
|