jak-project/game/overlord/soundcommon.cpp
2020-08-26 01:21:33 -04:00

7 lines
115 B
C++

#include <assert.h>
#include "soundcommon.h"
void PrintBankInfo(void* buffer) {
(void)buffer;
assert(false);
}