src/noise.h
author Radek Brich <radek.brich@devl.cz>
Sun, 18 Nov 2007 11:20:56 +0100
branchpyrit
changeset 6 d8d596d26f25
parent 0 3547b885df7e
permissions -rw-r--r--
pthreads and other fixes for Windows

#ifndef NOISE_H
#define NOISE_H

double perlin(double x, double y, double z);

#endif