9 lines
75 B
C
9 lines
75 B
C
extern "C"
|
|
{
|
|
void FSOUND_Close();
|
|
}
|
|
int main()
|
|
{
|
|
FSOUND_Close();
|
|
}
|