REDRIVER2/src_rebuild/EMULATOR/LIBMATH.H

7 lines
88 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
2020-04-26 02:44:42 +02:00
#include <math.h>
2020-03-31 18:55:57 +02:00
#endif