mirror of
https://github.com/open-goal/jak-project
synced 2026-06-25 02:02:08 -04:00
9737dfad34
Resolves #19
9 lines
118 B
C
9 lines
118 B
C
#pragma once
|
|
|
|
#ifndef JAK_V2_SSOUND_H
|
|
#define JAK_V2_SSOUND_H
|
|
|
|
void InitSound_Overlord();
|
|
|
|
#endif // JAK_V2_SSOUND_H
|