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