mirror of
https://github.com/open-goal/jak-project
synced 2026-08-20 14:24:45 -04:00
13 lines
279 B
C
13 lines
279 B
C
#pragma once
|
|
|
|
#ifndef JAK_V2_SOUNDCOMMON_H
|
|
#define JAK_V2_SOUNDCOMMON_H
|
|
#include "common/common_types.h"
|
|
|
|
#include "game/overlord/sbank.h"
|
|
|
|
void PrintBankInfo(SoundBank* buffer);
|
|
void ReadBankSoundInfo(SoundBank* bank, SoundBank* unk, s32 unk2);
|
|
|
|
#endif // JAK_V2_SOUNDCOMMON_H
|