Files
tp/include/JSystem/JAudio2/JAISe/JAISe.h
T
2020-12-26 11:31:49 -05:00

11 lines
151 B
C

#ifndef JAISE_H_
#define JAISE_H_
#include "global.h"
struct JAISoundID {
u32 soundId;
JAISoundID(JAISoundID const& soundIdToSet);
};
#endif