Prefix include guard to prevent conflict with Godot's version
This commit is contained in:
parent
19a69b059e
commit
74b94da6cd
4
thirdparty/fast_noise/FastNoiseLite.h
vendored
4
thirdparty/fast_noise/FastNoiseLite.h
vendored
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user