AppleWin/source/Windows/AppleWin.h
Andrea 2d2ba86f4f
IPropertySheet: make it a standard C++ class with pure virtual functions (PR #892)
* Interface.h: ensure that functions in the interface are not exported by other header files.

This is generally harmless, except for the presence of default arguments, in which case the version with default arguments must come first.
To avoid the issue, these functions are only ever exported in the Interface.h header file.
2020-12-20 15:32:51 +00:00

12 lines
210 B
C

#pragma once
void SingleStep(bool bReinit);
//===========================================
// Win32
bool GetLoadedSaveStateFlag(void);
bool GetHookAltGrControl(void);
extern bool g_bRestartFullScreen;