/*
PERLIN NOISE GENERATOR
by Ferdinand Keller - 2019
this lib create a simple interface between user and noise (。◕‿◕。)
*/
// IMPORT NEEDED LIBRARIES
// import the custom errors
pub use crateError;
// import the perlin noise generator
pub use cratePerlinNoise;
pub use cratePerlinNoiseHarmonic;