mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
27 lines
261 B
C++
27 lines
261 B
C++
#include "PLHacks.h"
|
|
|
|
bool IsMacPlusGraphicBanned()
|
|
{
|
|
return false;
|
|
}
|
|
|
|
bool IsMacPlusSoundBanned()
|
|
{
|
|
return false;
|
|
}
|
|
|
|
bool IsHighScoreDisabled()
|
|
{
|
|
return false;
|
|
}
|
|
|
|
bool IsRoomEditorDisabled()
|
|
{
|
|
return false;
|
|
}
|
|
|
|
bool IsHighScoreForceTop()
|
|
{
|
|
return false;
|
|
}
|