mirror of
https://github.com/Relintai/godot_fastnoise.git
synced 2024-11-12 10:15:21 +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
|
||||
#define FASTNOISE_NOISE_H
|
||||
|
||||
#include <reference.h>
|
||||
#include "core/reference.h"
|
||||
#include "lib/FastNoise.h"
|
||||
|
||||
typedef fastnoise::FastNoise _FastNoise;
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include "register_types.h"
|
||||
#include "class_db.h"
|
||||
#include "core/class_db.h"
|
||||
|
||||
#include "noise.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user