pioneer/src/perlin.h

12 lines
257 B
C

// Copyright © 2008-2021 Pioneer Developers. See AUTHORS.txt for details
// Licensed under the terms of the GPL v3. See licenses/GPL-3.txt
#ifndef _PERLIN_H
#define _PERLIN_H
#include "vector3.h"
double noise(const vector3d &p);
#endif /* _PERLIN_H */