comparison classes/BagButton.lua @ 169:8cc187143acd

Strip out obsolete revision tracking
author Flick <flickerstreak@gmail.com>
date Tue, 19 Oct 2010 17:20:16 +0000
parents 6d7ef2a3f828
children df68b5a40490
comparison
equal deleted inserted replaced
168:07c76dbc0236 169:8cc187143acd
11 local GetInventoryItemTexture = GetInventoryItemTexture 11 local GetInventoryItemTexture = GetInventoryItemTexture
12 local GetInventorySlotInfo = GetInventorySlotInfo 12 local GetInventorySlotInfo = GetInventorySlotInfo
13 local PickupBagFromSlot = PickupBagFromSlot 13 local PickupBagFromSlot = PickupBagFromSlot
14 local CursorCanGoInSlot = CursorCanGoInSlot 14 local CursorCanGoInSlot = CursorCanGoInSlot
15 15
16 ReAction:UpdateRevision("$Revision: 154 $")
17
18 -- class declarations 16 -- class declarations
19 local Super = ReAction.Button 17 local Super = ReAction.Button
20 local BagBase = setmetatable( { }, { __index = Super } ) 18 local BagBase = setmetatable( { }, { __index = Super } )
21 local Bag = setmetatable( { }, { __index = BagBase } ) 19 local Bag = setmetatable( { }, { __index = BagBase } )
22 local Backpack = setmetatable( { }, { __index = BagBase } ) 20 local Backpack = setmetatable( { }, { __index = BagBase } )