diff options
Diffstat (limited to '')
-rw-r--r-- | source/ChestEntity.h (renamed from source/cChestEntity.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cChestEntity.h b/source/ChestEntity.h index 2f6301479..2269e6614 100644 --- a/source/cChestEntity.h +++ b/source/ChestEntity.h @@ -1,7 +1,7 @@ #pragma once -#include "cBlockEntity.h" +#include "BlockEntity.h" #include "UI/WindowOwner.h" |