mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-10 13:29:56 +00:00
bbe88da787
. Split AppleWin -> Core with the functionality really needed by the emulator. . Split AppleWin -> Utilities for generic code not called by other emulator components. . Split AppleWin -> CmdLine for the command line option parsing.
15 lines
289 B
C
15 lines
289 B
C
#pragma once
|
|
|
|
void SingleStep(bool bReinit);
|
|
|
|
//===========================================
|
|
|
|
// Win32
|
|
extern HINSTANCE g_hInstance;
|
|
|
|
bool GetLoadedSaveStateFlag(void);
|
|
void SetLoadedSaveStateFlag(const bool bFlag);
|
|
bool GetHookAltGrControl(void);
|
|
|
|
extern bool g_bRestartFullScreen;
|