mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-27 07:37:24 -04:00
6485634db3
* 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 */
|