diff options
Diffstat (limited to '')
-rw-r--r-- | source/BlockEntities/BlockEntityWithItems.h (renamed from source/BlockEntityWithItems.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/BlockEntityWithItems.h b/source/BlockEntities/BlockEntityWithItems.h index b160b8ed4..77f4ebe2e 100644 --- a/source/BlockEntityWithItems.h +++ b/source/BlockEntities/BlockEntityWithItems.h @@ -10,7 +10,7 @@ #pragma once
#include "BlockEntity.h"
-#include "ItemGrid.h"
+#include "../ItemGrid.h"
|