Files
jak-project/game/overlord/soundcommon.cpp
T
water111 78cde74d5a update readme and fix always playing str (#1139)
* update readme deps

* replace assert

* bump timeout

* fix memory corruption in kernel

* use unknown if level name is invalid
2022-02-08 19:02:47 -05:00

8 lines
128 B
C++

#include "soundcommon.h"
#include "common/util/Assert.h"
void PrintBankInfo(void* buffer) {
(void)buffer;
ASSERT(false);
}