Files
Aerofoil/PortabilityLayer/PLHacks.cpp

18 lines
209 B
C++

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