Files
86Box/src/sound/saasound/SAASound.cpp
2025-04-01 15:44:37 +06:00

14 lines
312 B
C++
Executable File

// 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;
}