mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
* remove leftover asm: JSUList.s * d_save_init: decomp * JMath/random: decomp * J3DUDL: fixup label * JAUClusterSound: decomp * c_API_controller_pad: decomp, elaborate globals/types * clang-format * don't add guards to functions.h * semantic merge of m_cpadInfo stuff * fix undef symbols Co-authored-by: Pheenoh <pheenoh@gmail.com>
12 lines
178 B
C
12 lines
178 B
C
#ifndef JAUCLUSTERSOUND_H_
|
|
#define JAUCLUSTERSOUND_H_
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
struct JAISoundHandle {
|
|
void* unk; // probably JAISound*
|
|
|
|
JAISoundHandle();
|
|
};
|
|
|
|
#endif |