From f45b10598c4a128510d7c469a6fe669587c01a3e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 11 May 2013 18:39:15 +0300 Subject: add dragdrop between inventory and outfits window. --- src/item.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/item.cpp') diff --git a/src/item.cpp b/src/item.cpp index d6c804314..90ca9ea35 100644 --- a/src/item.cpp +++ b/src/item.cpp @@ -22,6 +22,8 @@ #include "item.h" +#include "dragdrop.h" + #include "gui/theme.h" #include "resources/image.h" @@ -33,6 +35,8 @@ extern int serverVersion; +DragDrop dragDrop(nullptr, DRAGDROP_SOURCE_EMPTY); + Item::Item(const int id, const int quantity, const int refine, const unsigned char color, const bool equipment, const bool equipped): -- cgit v1.2.3-60-g2f50