mirror of
https://github.com/elasota/Aerofoil.git
synced 2026-03-02 05:42:18 +00:00
12 lines
117 B
C++
12 lines
117 B
C++
|
|
#include "PLHacks.h"
|
||
|
|
|
||
|
|
bool IsMacPlusGraphicBanned()
|
||
|
|
{
|
||
|
|
return true;
|
||
|
|
}
|
||
|
|
|
||
|
|
bool IsMacPlusSoundBanned()
|
||
|
|
{
|
||
|
|
return true;
|
||
|
|
}
|