mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
18 lines
208 B
C++
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;
|
|
}
|