Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:otto-link/HighMap into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
otto-link committed Jun 12, 2024
2 parents 473e92b + 2672757 commit dd54ec0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions HighMap/include/highmap/noise_function.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include "libInterpolate/Interpolate.hpp"
#include "macrologger.h"

#include "highmap/math.hpp"
#include "highmap/op.hpp"

#define HMAP_NOISE_FCT_TYPE std::function<float(float, float, float)>
Expand Down
1 change: 1 addition & 0 deletions HighMap/src/erosion/depression_filling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <cmath>

#include "highmap/array.hpp"
#include "highmap/math.hpp"
#include "highmap/op.hpp"

// neighbor pattern search
Expand Down
1 change: 1 addition & 0 deletions HighMap/src/erosion/thermal_rib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#include "highmap/array.hpp"
#include "highmap/erosion.hpp"
#include "highmap/math.hpp"
#include "highmap/op.hpp"

#include "macrologger.h"
Expand Down
1 change: 1 addition & 0 deletions HighMap/src/primitives/swirl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include "macrologger.h"

#include "highmap/array.hpp"
#include "highmap/math.hpp"
#include "highmap/op.hpp"

namespace hmap
Expand Down

0 comments on commit dd54ec0

Please sign in to comment.