Files
wagic/projects/mtg/src/testfeatures.c

9 lines
75 B
C

extern "C"
{
void FSOUND_Close();
}
int main()
{
FSOUND_Close();
}