diff options
author | daniel0916 <theschokolps@gmail.com> | 2014-01-20 18:22:08 +0100 |
---|---|---|
committer | daniel0916 <theschokolps@gmail.com> | 2014-01-20 18:22:08 +0100 |
commit | 0c2b307eab67b7f37d82a7862a6acbcd96b45adb (patch) | |
tree | 42c46a87004237c02151454c978abaf6c36b9075 /src/UI/Window.h | |
parent | APIDump: Added notes about objects across cWorld's task execution. (diff) | |
download | cuberite-0c2b307eab67b7f37d82a7862a6acbcd96b45adb.tar cuberite-0c2b307eab67b7f37d82a7862a6acbcd96b45adb.tar.gz cuberite-0c2b307eab67b7f37d82a7862a6acbcd96b45adb.tar.bz2 cuberite-0c2b307eab67b7f37d82a7862a6acbcd96b45adb.tar.lz cuberite-0c2b307eab67b7f37d82a7862a6acbcd96b45adb.tar.xz cuberite-0c2b307eab67b7f37d82a7862a6acbcd96b45adb.tar.zst cuberite-0c2b307eab67b7f37d82a7862a6acbcd96b45adb.zip |
Diffstat (limited to 'src/UI/Window.h')
-rw-r--r-- | src/UI/Window.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/UI/Window.h b/src/UI/Window.h index 030182888..cdaec5aaa 100644 --- a/src/UI/Window.h +++ b/src/UI/Window.h @@ -231,6 +231,18 @@ public: +class cEnchantingWindow : + public cWindow +{ + typedef cWindow super; +public: + cEnchantingWindow(int a_BlockX, int a_BlockY, int a_BlockZ); +}; + + + + + class cFurnaceWindow : public cWindow { |