. 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.
14 lines
289 B
C
14 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;
|