// Part of SAASound copyright 1998-2018 Dave Hooper // // SAASound.cpp - dummy function // ////////////////////////////////////////////////////////////////////// #include // Provide something so the compiler doesn't optimise us out of existance int SomeFunction () { return 42; }