NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
utility_inlines.hpp
1#pragma once
2// [This file contains inlines used for matching certain functions in the game]
3
4inline float getFloat(float f) {
5 return f;
6}