AppleWin/source/linux/duplicates/AppleWin.cpp

17 lines
284 B
C++
Raw Normal View History

#include "StdAfx.h"
#include "Interface.h"
#include "linux/duplicates/PropertySheet.h"
HINSTANCE g_hInstance = (HINSTANCE)0;
void SetLoadedSaveStateFlag(bool)
{
}
IPropertySheet& GetPropertySheet()
{
static CPropertySheet sg_PropertySheet;
return sg_PropertySheet;
}