diff options
| author | 0undefined <oscar@nelin.dk> | 2025-11-02 22:04:51 +0000 |
|---|---|---|
| committer | 0undefined <oscar@nelin.dk> | 2025-11-02 22:05:28 +0000 |
| commit | a48b5c6725ba01326949b261155223ce9cd7ba00 (patch) | |
| tree | 01145ad51488d22f2c93c0e71a5b83ba1fd0a3a8 /include | |
| parent | 88337851cba239070de5e3204b6c75085cbc67bd (diff) | |
Fix new imports
Diffstat (limited to 'include')
| -rw-r--r-- | include/worldgen.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <engine/core/types.h> +#include <daw/types.h> // first 4 bits for material type #define BLOCK_none 0 |
