NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
float.h
1#ifndef MSL_FLOAT_H
2#define MSL_FLOAT_H
3#include <types.h>
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8extern unsigned long __float_nan[];
9extern unsigned long __float_huge[];
10extern unsigned long __double_huge[];
11
12#ifdef __cplusplus
13}
14#endif
15#endif