mirror of
https://github.com/open-goal/jak-project
synced 2026-06-06 19:52:01 -04:00
d01c16f451
* music flava hack toggle * fix hint subtitles not being considered offscreen * music player works * fixes + citadel, maincave, lavatube music * add remaining tracks * fix test * fixes * fix lib
12 lines
252 B
C
12 lines
252 B
C
#pragma once
|
|
|
|
/*!
|
|
* @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.
|
|
*/
|
|
|
|
void InitSound();
|
|
void ShutdownSound();
|
|
void InitSoundScheme();
|