Re-apply @jef-n warning fix in the poly2tri library

This commit is contained in:
nirvn 2021-11-13 11:20:19 +07:00
parent fd1d3a85af
commit bc9cd2668f

View File

@ -33,7 +33,9 @@
#define UTILS_H
// Otherwise #defines like M_PI are undeclared under Visual Studio
#ifndef _USE_MATH_DEFINES
#define _USE_MATH_DEFINES
#endif
#include "shapes.h"