Files
dorayme/source/include/math_helper.h
2020-02-14 14:21:57 +00:00

16 lines
287 B
C

/*
* DoRayMe - a quick and dirty Raytracer
* Math helping function header
*
* Created by Manoël Trapier
* Copyright (c) 2020 986-Studio.
*
*/
#ifndef DORAYME_MATH_HELPER_H
#define DORAYME_MATH_HELPER_H
bool double_equal(double a, double b);
#endif //DORAYME_MATH_HELPER_H