mirror of https://github.com/zeldaret/tp.git
10 lines
369 B
C++
10 lines
369 B
C++
#include "JSystem/JAudio2/JAUClusterSound/JAUClusterSound.h"
|
|
#include "JSystem/JAudio2/JAISound/JAISound.h"
|
|
|
|
//! @meme: mwcc normally inlines this, but drops it this TU because it's the
|
|
//! first place we need a ref to this ctor.
|
|
//! @todo: eventually move this into JAISound.h once this file is decomped.
|
|
JAISoundHandle::JAISoundHandle() {
|
|
mSound = NULL;
|
|
}
|