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