mirror of
https://github.com/Relintai/godot_fastnoise.git
synced 2025-02-04 16:16:07 +01:00
Fix build.
This commit is contained in:
parent
57d451128d
commit
09805efd55
2
noise.h
2
noise.h
@ -1,7 +1,7 @@
|
|||||||
#ifndef FASTNOISE_NOISE_H
|
#ifndef FASTNOISE_NOISE_H
|
||||||
#define FASTNOISE_NOISE_H
|
#define FASTNOISE_NOISE_H
|
||||||
|
|
||||||
#include <reference.h>
|
#include "core/reference.h"
|
||||||
#include "lib/FastNoise.h"
|
#include "lib/FastNoise.h"
|
||||||
|
|
||||||
typedef fastnoise::FastNoise _FastNoise;
|
typedef fastnoise::FastNoise _FastNoise;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#include "register_types.h"
|
#include "register_types.h"
|
||||||
#include "class_db.h"
|
#include "core/class_db.h"
|
||||||
|
|
||||||
#include "noise.h"
|
#include "noise.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user