AppleWin/source/linux/duplicates/WinFrame.cpp
Andrea Odetti 2b3c189b07 Small changes to start - stop.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2020-11-30 09:22:35 +00:00

24 lines
361 B
C++

#include "StdAfx.h"
#include "Windows/WinFrame.h"
HWND g_hFrameWindow = (HWND)0;
BOOL g_bConfirmReboot = 1;
bool g_bFreshReset = false;
void FrameSetCursorPosByMousePos()
{
}
void FrameUpdateApple2Type()
{
}
int SetViewportScale(int nNewScale, bool bForce /*=false*/)
{
return nNewScale;
}
void SetFullScreenShowSubunitStatus(bool bShow)
{
}