From 0c3770d8aec1b56ad704e88d6e6d510ddc4af9a1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 6 Jun 2011 23:44:23 +0300 Subject: Extend quick move items from inventory to storage and back. Add new key for quick actions "modifier key". --- src/inventory.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'src/inventory.h') diff --git a/src/inventory.h b/src/inventory.h index ffc2897ca..f94568739 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -33,13 +33,15 @@ class Item; class InventoryListener { -public: - virtual ~InventoryListener() {} + public: + virtual ~InventoryListener() + { } - virtual void slotsChanged(Inventory* inventory) = 0; + virtual void slotsChanged(Inventory* inventory) = 0; -protected: - InventoryListener() {} + protected: + InventoryListener() + { } }; class Inventory -- cgit v1.2.3-60-g2f50