1 /*
2 * Pyrit Ray Tracer
3 * file: noise.h
4 *
5 * Radek Brich, 2006-2007
6 */
7
1 #ifndef NOISE_H
8 #ifndef NOISE_H
2 #define NOISE_H
9 #define NOISE_H
3
10
4 #include "common.h"
11 #include "common.h"
5
12