mirror of
https://github.com/zeldaret/tp
synced 2026-05-24 07:11:06 -04:00
9f38190f00
* 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];
|
|
}
|
|
|