Files
tp/include/JSystem/JAudio2/JAISe/JAISe.h
T
TakaRikka c65c2dbb8f Z2StatusMgr (#24)
* split Z2SeMgr / begin split of Z2SeqMgr

* Z2StatusMgr ok

most of Z2StatusMgr done, rest split

* name some class members

* name some Z2SceneMgr vars

Co-authored-by: Pheenoh <pheenoh@gmail.com>
2020-12-13 15:43:16 -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