summaryrefslogtreecommitdiffstats
path: root/src/gha_math.h
blob: 22ea172da17d6d996ecb6503815c4ddf1593c67f (plain) (blame)
1
2
3
4
5
6
7
#ifndef LIBGHA_MATH_H
#define LIBGHA_MATH_H

#define _USE_MATH_DEFINES
#include <math.h>

#endif