mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-23 10:52:36 +01:00
7 lines
88 B
C
7 lines
88 B
C
#ifndef LIBMATH_H
|
|
#define LIBMATH_H
|
|
|
|
#define _USE_MATH_DEFINES
|
|
#include <math.h>
|
|
|
|
#endif |