REDRIVER2/src_rebuild/EMULATOR/LIBMATH.H
2020-09-26 20:31:08 -03:00

12 lines
133 B
C

#ifndef LIBMATH_H
#define LIBMATH_H
#define _USE_MATH_DEFINES
#ifdef __GNUC__
#include <stdint.h>
#endif
#include <math.h>
#endif