summaryrefslogtreecommitdiffstats
path: root/source/UI/Window.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/UI/Window.h')
-rw-r--r--source/UI/Window.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/source/UI/Window.h b/source/UI/Window.h
index a570ed480..f939727c9 100644
--- a/source/UI/Window.h
+++ b/source/UI/Window.h
@@ -19,6 +19,7 @@ class cPlayer;
class cWindowOwner;
class cClientHandle;
class cChestEntity;
+class cDispenserEntity;
class cFurnaceEntity;
class cSlotArea;
class cWorld;
@@ -148,6 +149,17 @@ public:
+class cDispenserWindow :
+ public cWindow
+{
+public:
+ cDispenserWindow(int a_BlockX, int a_BlockY, int a_BlockZ, cDispenserEntity * a_Dispenser);
+} ;
+
+
+
+
+
class cChestWindow :
public cWindow
{