Files
Aerofoil/PortabilityLayer/PLHacks.cpp
elasota 7548690c51 Fix up radio buttons, more editbox functionality.
All blocking issues with UI should now be fixed.
2020-02-16 21:57:02 -05:00

27 lines
261 B
C++

#include "PLHacks.h"
bool IsMacPlusGraphicBanned()
{
return false;
}
bool IsMacPlusSoundBanned()
{
return false;
}
bool IsHighScoreDisabled()
{
return false;
}
bool IsRoomEditorDisabled()
{
return true;
}
bool IsHighScoreForceTop()
{
return false;
}