#ifndef CG1_TRACER_CLOUDNOISE_H #define CG1_TRACER_CLOUDNOISE_H #include "noise.h" class CloudNoise : public Noise { public: CloudNoise(int size); }; #endif //CG1_TRACER_CLOUDNOISE_H