Files
Aerofoil/PortabilityLayer/PLHacks.cpp
2020-01-20 02:13:23 -05:00

18 lines
208 B
C++

#include "PLHacks.h"
bool IsMacPlusGraphicBanned()
{
return false;
}
bool IsMacPlusSoundBanned()
{
return false;
}
// High scores disabled until dialogs work
bool IsHighScoreDisabled()
{
return true;
}