[Fix] Forgot to give prototype for noise_generateNebulae().
This commit is contained in:
parent
ec6cabf2fe
commit
02e8b560fa
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user