src/noise.h
author Radek Brich <radek.brich@devl.cz>
Sat, 24 Nov 2007 23:55:54 +0100
branchpyrit
changeset 13 fbd1d2f7d94e
parent 0 3547b885df7e
permissions -rw-r--r--
new python demo: buddha

#ifndef NOISE_H
#define NOISE_H

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

#endif