[Fix] Forgot to give prototype for noise_generateNebulae().

This commit is contained in:
Allanis 2013-07-12 17:45:24 +01:00
parent ec6cabf2fe
commit 02e8b560fa

View File

@ -1,5 +1,6 @@
#pragma once #pragma once
#include "opengl.h" #include "opengl.h"
void noise_generateNebulae(const int w, const int h);
glTexture* noise_genCloud(const int w, const int h, double rug); glTexture* noise_genCloud(const int w, const int h, double rug);