jak-project/game/kernel/ksound.h

17 lines
320 B
C
Raw Normal View History

#pragma once
2020-08-22 22:30:12 -04:00
/*!
* @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