Start atlas

This commit is contained in:
2025-06-01 22:13:02 +02:00
parent 96a9a45c20
commit 84805b92cb
64 changed files with 954 additions and 243 deletions

10
util/perlin.h Normal file
View 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