mirror of
https://github.com/zeldaret/tp
synced 2026-06-05 19:28:18 -04:00
6f96e66518
* some JAudio work * audio cleanup checkpoint * checkpoint more audio cleanup * fix symbols * more z2 cleanup * fix regression * fix build * some fixes
12 lines
237 B
C++
12 lines
237 B
C++
#include "JSystem/JSystem.h" // IWYU pragma: keep
|
|
|
|
#include "JSystem/JAudio2/JAIStreamDataMgr.h"
|
|
|
|
JAIStreamDataMgr::~JAIStreamDataMgr() {
|
|
JUT_ASSERT(11, false);
|
|
}
|
|
|
|
JAIStreamAramMgr::~JAIStreamAramMgr() {
|
|
JUT_ASSERT(16, false);
|
|
}
|