Files
jak-project/game/kernel/ksound.h
T
2020-08-22 22:30:12 -04:00

15 lines
306 B
C

/*!
* @file ksound.h
* There's not much here. My guess is this was set up as framework to match the kmachine.cpp format,
* but whoever did the sound didn't use this.
*/
#ifndef JAK_KSOUND_H
#define JAK_KSOUND_H
void InitSound();
void ShutdownSound();
void InitSoundScheme();
#endif // JAK_KSOUND_H