NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
constant.hpp
Go to the documentation of this file.
1#pragma once
2#include <types.h>
4
5namespace nw4r {
6namespace math {
7
8const f32 F_PI = 3.141592653589793f;
9
10} // namespace math
11} // namespace nw4r
const f32 F_PI
The value of PI.
Definition constant.hpp:8