mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-23 02:42:38 +01:00
12 lines
133 B
C
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 |