src/noise.h
author Radek Brich <radek.brich@devl.cz>
Mon, 29 Oct 2007 15:50:17 +0100
branchpyrit
changeset 1 e74bf781067e
parent 0 3547b885df7e
permissions -rw-r--r--
use python-config, strip python version from demos, change [PyRit] to [pyrit] -- should use unix name everywhere

#ifndef NOISE_H
#define NOISE_H

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

#endif