SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
AudTalkSoundData.hpp
1#pragma once
2
3#include "revolution.h"
4
5class JAISoundID {
6public:
7 JAISoundID(unsigned long);
8
9 u32 mID; // _0
10};