mirror of
https://github.com/zeldaret/tp
synced 2026-08-10 11:14:26 -04:00
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>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef JAISE_H_
|
||||
#define JAISE_H_
|
||||
|
||||
#include "global.h"
|
||||
|
||||
struct JAISoundID{
|
||||
u32 soundId;
|
||||
JAISoundID(JAISoundID const &soundIdToSet);
|
||||
};
|
||||
|
||||
#endif
|
||||
@@ -0,0 +1,10 @@
|
||||
#ifndef JAUCLUSTERSOUND_H_
|
||||
#define JAUCLUSTERSOUND_H_
|
||||
|
||||
#include "global.h"
|
||||
|
||||
struct JAISoundHandle{
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user