jak-project/game/overlord/soundcommon.cpp
2020-08-22 22:30:12 -04:00

8 lines
116 B
C++

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