Minor fix

This commit is contained in:
AlexeyAB 2019-12-08 01:03:56 +03:00
parent ffb4a1df67
commit 67e94dc1de
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@
#include <stdio.h>
#include <time.h>
#ifndef M_PI
#define M_PI 3.14159265358979323846 // pi
#endif
#ifdef __cplusplus
extern "C" {
#endif