mirror of
https://github.com/open-goal/jak-project
synced 2026-05-30 17:06:23 -04:00
c9204f2a9b
* fix release mode asserts * clang * dummy
8 lines
128 B
C++
8 lines
128 B
C++
#include "soundcommon.h"
|
|
#include "common/util/assert.h"
|
|
|
|
void PrintBankInfo(void* buffer) {
|
|
(void)buffer;
|
|
assert(false);
|
|
}
|