AppleWin/source/Windows/AppleWin.h
Andrea bbe88da787
AppleWin.cpp split (PR #875)
. 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.
2020-11-26 21:50:06 +00:00

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;