diff options
Diffstat (limited to 'source/items/ItemFood.h')
-rw-r--r-- | source/items/ItemFood.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/items/ItemFood.h b/source/items/ItemFood.h index 8998fd503..6e5a27d5d 100644 --- a/source/items/ItemFood.h +++ b/source/items/ItemFood.h @@ -1,6 +1,7 @@ +
#pragma once
-#include "Item.h"
+#include "ItemHandler.h"
class cItemFoodHandler : public cItemHandler
|