#pragma once #include "opengl.h" float* noise_genNebulaeMap(const int w, const int h, const int n, float rug); float* noise_genNebulaePuffMap(const int w, const int h, float rug);