mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
7 lines
89 B
C
7 lines
89 B
C
#ifndef _FLOAT_H_
|
|
#define _FLOAT_H_
|
|
|
|
#define FLT_EPSILON 1.1920928955078125e-07f
|
|
|
|
#endif
|