File FloatingPointLib.h

File List > engine > include > FloatingPointLib.h

Go to the documentation of this file

#ifndef FLOATING_POINT_LIB_H
#define FLOATING_POINT_LIB_H
#include <stdbool.h>

bool CompareFloat(float f1, float f2);

#endif