mirror of
https://github.com/encounter/tp.git
synced 2026-03-30 11:40:53 -07:00
9f38190f00
* Match two JASTrack functions * dsptask, JAISoundStarter OK. Other small matches * Work on JAIStream * Work on JAIStreamMgr * Work on JAISeqMgr * Formatting
11 lines
235 B
C++
11 lines
235 B
C++
//
|
|
// JAUClusterSound
|
|
//
|
|
|
|
#include "JSystem/JAudio2/JAUClusterSound.h"
|
|
#include "JSystem/JAudio2/JAISoundHandles.h"
|
|
|
|
// Dummy function to generate JAISoundHandle::JAISoundHandle
|
|
static void dummyCtor() {
|
|
JAISoundHandle dummy[20];
|
|
} |