src/noise.h
branchpyrit
changeset 0 3547b885df7e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/noise.h	Thu Oct 25 16:40:22 2007 +0200
@@ -0,0 +1,6 @@
+#ifndef NOISE_H
+#define NOISE_H
+
+double perlin(double x, double y, double z);
+
+#endif