SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
AudParams.hpp
1#pragma once
2
3#include <revolution.h>
4
5class AudParams {
6public:
7 static f32 streamSampleRate;
8};