🚚 Move local code to anonymous namespace

This commit is contained in:
Anders Jenbo 2021-07-10 03:38:31 +02:00
commit 74b57558c9
20 changed files with 3660 additions and 3634 deletions

View file

@ -1394,7 +1394,7 @@ int GetSFXLength(int nSFX)
#ifdef RUN_TESTS
bool TestCalculatePosition(Point soundPosition, int *plVolume, int *plPan)
{
CalculatePosition(soundPosition, plVolume, plPan);
return CalculatePosition(soundPosition, plVolume, plPan);
}
#endif