Switch to SAASound for CMS
This commit is contained in:
13
src/sound/saasound/SAASound.cpp
Executable file
13
src/sound/saasound/SAASound.cpp
Executable 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;
|
||||
}
|
||||
Reference in New Issue
Block a user