From 3fca1dad20a69257504fea1d143bce42296f647c Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 11 Feb 2022 22:13:40 +0100 Subject: Dep/g3d: Purge Windows.h includes from headers we include --- dep/g3dlite/source/Random.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dep/g3dlite/source/Random.cpp') diff --git a/dep/g3dlite/source/Random.cpp b/dep/g3dlite/source/Random.cpp index cbfa07dec0b..a31d52a557c 100644 --- a/dep/g3dlite/source/Random.cpp +++ b/dep/g3dlite/source/Random.cpp @@ -227,4 +227,9 @@ void Random::sphere(float& x, float& y, float& z) { z *= s; } +Random& commonRandom() +{ + return Random::common(); +} + } // G3D -- cgit v1.2.3