aboutsummaryrefslogtreecommitdiff
path: root/src/noise.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/noise.h')
-rw-r--r--src/noise.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/noise.h b/src/noise.h
index ee73aa3e1..c069046c3 100644
--- a/src/noise.h
+++ b/src/noise.h
@@ -20,6 +20,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#ifndef NOISE_HEADER
#define NOISE_HEADER
+double easeCurve(double t);
+
// Return value: -1 ... 1
double noise2d(int x, int y, int seed);