mirror of
https://github.com/zeldaret/tp
synced 2026-06-18 07:25:50 -04:00
c65c2dbb8f
* 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>
11 lines
151 B
C
11 lines
151 B
C
#ifndef JAISE_H_
|
|
#define JAISE_H_
|
|
|
|
#include "global.h"
|
|
|
|
struct JAISoundID{
|
|
u32 soundId;
|
|
JAISoundID(JAISoundID const &soundIdToSet);
|
|
};
|
|
|
|
#endif |