diff options
Diffstat (limited to '')
-rw-r--r-- | source/Inventory.h (renamed from source/cInventory.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cInventory.h b/source/Inventory.h index bce485852..1dd22deec 100644 --- a/source/cInventory.h +++ b/source/Inventory.h @@ -1,7 +1,7 @@ #pragma once -#include "cItem.h" +#include "Item.h" |