(Windows) define M_PI

This commit is contained in:
Nick Fisher
2025-04-02 22:22:05 +08:00
parent 06715f0618
commit 09b2a924af

View File

@@ -10,6 +10,9 @@
#include "scene/SceneAsset.hpp"
#include "material/grid.h"
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif
namespace thermion {