NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
float.h
Go to the documentation of this file.
1#pragma once
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
10
12#define FLT_EPSILON (1.0f / 0x800000)
13
15
16#ifdef __cplusplus
17}
18#endif