diff --git a/src/perlin.h b/src/perlin.h index 780d6f0..8ccd0c1 100644 --- a/src/perlin.h +++ b/src/perlin.h @@ -1,5 +1,6 @@ #pragma once #include "opengl.h" +void noise_generateNebulae(const int w, const int h); glTexture* noise_genCloud(const int w, const int h, double rug);