Stardew Engine
Loading...
Searching...
No Matches
FloatingPointLib.h
Go to the documentation of this file.
1#ifndef FLOATING_POINT_LIB_H
2#define FLOATING_POINT_LIB_H
3#include <stdbool.h>
4
5bool CompareFloat(float f1, float f2);
6
7#endif
bool CompareFloat(float f1, float f2)
Definition FloatingPointLib.c:3