aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/items/inventory/inventoryitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pegasus/items/inventory/inventoryitem.h')
-rw-r--r--engines/pegasus/items/inventory/inventoryitem.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/pegasus/items/inventory/inventoryitem.h b/engines/pegasus/items/inventory/inventoryitem.h
index b526463b18..9d78113014 100644
--- a/engines/pegasus/items/inventory/inventoryitem.h
+++ b/engines/pegasus/items/inventory/inventoryitem.h
@@ -22,7 +22,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*/
-
+
#ifndef PEGASUS_ITEMS_INVENTORY_INVENTORYITEM_H
#define PEGASUS_ITEMS_INVENTORY_INVENTORYITEM_H
@@ -41,17 +41,17 @@ class InventoryItem : public Item {
public:
InventoryItem(const ItemID, const NeighborhoodID, const RoomID, const DirectionConstant);
virtual ~InventoryItem();
-
+
virtual ItemType getItemType();
-
+
void getPanelTimes(TimeValue &, TimeValue &) const;
TimeValue getLeftAreaTime() const;
-
+
void setAnimationTime(const TimeValue);
TimeValue getAnimationTime() const;
-
+
virtual void toggleItemState() {}
-
+
// Must affect images in left area.
virtual void select();
virtual void deselect();