diff options
Diffstat (limited to 'source/cCraftingWindow.h')
-rw-r--r-- | source/cCraftingWindow.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/source/cCraftingWindow.h b/source/cCraftingWindow.h index df32bf74a..16fe3bb23 100644 --- a/source/cCraftingWindow.h +++ b/source/cCraftingWindow.h @@ -1,13 +1,13 @@ -#pragma once
-
-#include "cWindow.h"
-
-class cWindowOwner;
-class cCraftingWindow : public cWindow
-{
-public:
- cCraftingWindow( cWindowOwner* a_Owner, bool a_bInventoryVisible );
-
- virtual void Clicked( cPacket_WindowClick* a_ClickPacket, cPlayer & a_Player );
- virtual void Close( cPlayer & a_Player );
+#pragma once + +#include "cWindow.h" + +class cWindowOwner; +class cCraftingWindow : public cWindow +{ +public: + cCraftingWindow( cWindowOwner* a_Owner, bool a_bInventoryVisible ); + + virtual void Clicked( cPacket_WindowClick* a_ClickPacket, cPlayer & a_Player ); + virtual void Close( cPlayer & a_Player ); };
\ No newline at end of file |