Switch to SAASound for CMS

This commit is contained in:
Cacodemon345
2025-04-01 15:44:37 +06:00
parent 5ea48b2027
commit fd61844061
26 changed files with 3006 additions and 113 deletions

13
src/sound/saasound/SAASound.cpp Executable file
View File

@@ -0,0 +1,13 @@
// Part of SAASound copyright 1998-2018 Dave Hooper <dave@beermex.com>
//
// SAASound.cpp - dummy function
//
//////////////////////////////////////////////////////////////////////
#include <stdio.h>
// Provide something so the compiler doesn't optimise us out of existance
int SomeFunction ()
{
return 42;
}