src/noise.h
author Radek Brich <radek.brich@devl.cz>
Fri, 16 Nov 2007 10:25:12 +0100
branchpyrit
changeset 3 8f9cb0526c47
parent 0 3547b885df7e
permissions -rw-r--r--
some notes in TODO

#ifndef NOISE_H
#define NOISE_H

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

#endif