You've already forked smb-decomp
mirror of
https://github.com/encounter/smb-decomp.git
synced 2026-03-30 11:38:28 -07:00
7 lines
89 B
C
7 lines
89 B
C
#ifndef _FLOAT_H_
|
|
#define _FLOAT_H_
|
|
|
|
#define FLT_EPSILON 1.1920928955078125e-07f
|
|
|
|
#endif
|