Perlin Noise Terrain Generator
A Program to Generate Terrain from Perlin Noise with Exponentially Distributed Gradient Magnitude
|
Header file for OS dependent things. More...
#include <time.h>
Go to the source code of this file.
Macros | |
#define | min(x, y) ((x)<(y)?(x):(y)) |
Find the smaller of two numbers. | |
#define | max(x, y) ((x)>(y)?(x):(y)) |
Find the larger of two numbers. | |
#define | MAX_PATH 256 |
Maximum length of a path in Windows. | |