Prefix include guard to prevent conflict with Godot's version

master
Marc Gilleron 2022-04-10 14:38:04 +01:00
parent 19a69b059e
commit 74b94da6cd
1 changed files with 2 additions and 2 deletions

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>