mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-24 15:00:55 -04:00
7d483f4274
* Match two JASTrack functions * dsptask, JAISoundStarter OK. Other small matches * Work on JAIStream * Work on JAIStreamMgr * Work on JAISeqMgr * Formatting
13 lines
230 B
C++
13 lines
230 B
C++
//
|
|
// JAUAudioMgr
|
|
//
|
|
|
|
#include "JSystem/JAudio2/JAUAudioMgr.h"
|
|
#include "JSystem/JAudio2/JASHeapCtrl.h"
|
|
|
|
// Here to generate JASHeap::__defctor (ctor generated by default arguments)
|
|
void dummyDefCtor() {
|
|
JASHeap dummy[20];
|
|
}
|
|
|