mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-11 13:08:33 -04:00
14 lines
287 B
C++
14 lines
287 B
C++
//
|
|
// JAUClusterSound
|
|
//
|
|
|
|
#include "JSystem/JSystem.h" // IWYU pragma: keep
|
|
|
|
#include "JSystem/JAudio2/JAUClusterSound.h"
|
|
#include "JSystem/JAudio2/JAISoundHandles.h"
|
|
|
|
// Dummy function to generate JAISoundHandle::JAISoundHandle
|
|
static void dummyCtor() {
|
|
JAISoundHandle dummy[20];
|
|
}
|