10 lines
146 B
C++
10 lines
146 B
C++
|
|
||
|
#include "stdsound.h"
|
||
|
|
||
|
|
||
|
// leave not static else this workaround don't work
|
||
|
void dummyToAvoidStupidCompilerWarning_std_sound_cpp()
|
||
|
{
|
||
|
}
|
||
|
|