mirror of
https://github.com/zeldaret/tp
synced 2026-07-05 05:39:43 -04:00
JAudio2 debug (#3006)
This commit is contained in:
@@ -6,8 +6,11 @@
|
||||
|
||||
#include "JSystem/JAudio2/JAUClusterSound.h"
|
||||
#include "JSystem/JAudio2/JAISoundHandles.h"
|
||||
#include "JSystem/JAudio2/JAISoundStarter.h"
|
||||
|
||||
// Dummy function to generate JAISoundHandle::JAISoundHandle
|
||||
static void dummyCtor() {
|
||||
JASGlobalInstance<JAISoundStarter>::getInstance();
|
||||
JAISoundHandle dummy[20];
|
||||
JAISoundHandles handles(dummy, 20);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user