Start atlas
This commit is contained in:
10
util/perlin.h
Normal file
10
util/perlin.h
Normal file
@@ -0,0 +1,10 @@
|
||||
//
|
||||
// Created by bruno on 1.6.2025.
|
||||
//
|
||||
|
||||
#ifndef FACTORYGAME_PERLIN_H
|
||||
#define FACTORYGAME_PERLIN_H
|
||||
|
||||
double pnoise2d(double x, double y, double persistence, int octaves, int seed);
|
||||
|
||||
#endif //FACTORYGAME_PERLIN_H
|
Reference in New Issue
Block a user