mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 23:05:36 -04:00
daf45f768d
* move some JSystem and meter2_info stuff * more J2D / JUTTexture / JUTPalette * setup dScnKy_env_light_c
12 lines
204 B
C
12 lines
204 B
C
#ifndef JAISOUNDINFO_H
|
|
#define JAISOUNDINFO_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
struct JAISoundInfo {
|
|
/* 802A2D34 */ JAISoundInfo(bool);
|
|
/* 802A2D50 */ ~JAISoundInfo();
|
|
};
|
|
|
|
#endif /* JAISOUNDINFO_H */
|