You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-25 15:37:42 +00:00
Some changes in the header so Godot3 compiles again on Windows.
This commit is contained in:
@@ -27,12 +27,8 @@
|
||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/*************************************************************************/
|
||||
#include "math_funcs.h"
|
||||
|
||||
#include "core/os/os.h"
|
||||
|
||||
#include "float.h"
|
||||
#include "pcg.h"
|
||||
|
||||
pcg32_random_t Math::default_pcg = {1, PCG_DEFAULT_INC_64};
|
||||
|
||||
#define PHI 0x9e3779b9
|
||||
|
||||
Reference in New Issue
Block a user