include/noise.h
branchpyrit
changeset 22 76b7bd51d64a
parent 0 3547b885df7e
child 34 28f6e8b9d5d1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/include/noise.h	Mon Dec 03 01:49:23 2007 +0100
@@ -0,0 +1,8 @@
+#ifndef NOISE_H
+#define NOISE_H
+
+#include "common.h"
+
+Float perlin(Float x, Float y, Float z);
+
+#endif