REDRIVER2/src_rebuild/EMULATOR/LIBMATH.H

12 lines
133 B
C++
Raw Normal View History

2020-03-31 18:55:57 +02:00
#ifndef LIBMATH_H
#define LIBMATH_H
2020-04-26 08:34:51 +02:00
#define _USE_MATH_DEFINES
#ifdef __GNUC__
#include <stdint.h>
#endif
2020-04-26 02:44:42 +02:00
#include <math.h>
2020-03-31 18:55:57 +02:00
#endif