From a48b5c6725ba01326949b261155223ce9cd7ba00 Mon Sep 17 00:00:00 2001 From: 0undefined Date: Sun, 2 Nov 2025 23:04:51 +0100 Subject: Fix new imports --- include/worldgen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/worldgen.h b/include/worldgen.h index 5e3601e..4cac9bf 100644 --- a/include/worldgen.h +++ b/include/worldgen.h @@ -4,7 +4,7 @@ extern "C" { #endif -#include +#include // first 4 bits for material type #define BLOCK_none 0 -- cgit v1.3