8 lines
252 B
C
8 lines
252 B
C
|
// Copyright 2020 Phyronnaz
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#include "FastNoise/VoxelFastNoise.h"
|
||
|
|
||
|
UE_DEPRECATED(4.24, "Please use FVoxelFastNoise instead of FastNoise, and include FastNoise/VoxelFastNoise.inl instead of FastNoise.h")
|
||
|
typedef FVoxelFastNoise FastNoise;
|