mirror of
https://github.com/open-goal/jak-project
synced 2026-05-30 17:06:23 -04:00
7 lines
115 B
C++
7 lines
115 B
C++
#include <assert.h>
|
|
#include "soundcommon.h"
|
|
|
|
void PrintBankInfo(void* buffer) {
|
|
(void)buffer;
|
|
assert(false);
|
|
} |