Files
wagic/JGE/src/testfeatures.c
jean.chalard 8f56dad259 J :
* Fix features again.
2010-02-02 09:41:58 +00:00

5 lines
67 B
C

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