Prefix include guard to prevent conflict with Godot's version

This commit is contained in:
Marc Gilleron 2022-04-10 14:38:04 +01:00
parent 19a69b059e
commit 74b94da6cd

View File

@ -47,8 +47,8 @@
// VERSION: 1.0.1
// https://github.com/Auburn/FastNoise
#ifndef FASTNOISELITE_H
#define FASTNOISELITE_H
#ifndef ZN_FASTNOISELITE_H
#define ZN_FASTNOISELITE_H
#include <cmath>