From 1e90dad2456f383c2624acc85ab62445440e1156 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Mon, 19 Mar 2012 09:37:10 +0000 Subject: Basic cWindow thread-safety git-svn-id: http://mc-server.googlecode.com/svn/trunk@420 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cSurvivalInventory.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'source/cSurvivalInventory.h') diff --git a/source/cSurvivalInventory.h b/source/cSurvivalInventory.h index 270f18dcd..6c527f1d2 100644 --- a/source/cSurvivalInventory.h +++ b/source/cSurvivalInventory.h @@ -1,7 +1,12 @@ + #pragma once #include "cInventory.h" + + + + class cSurvivalInventory //tolua_export : public cInventory { //tolua_export @@ -11,3 +16,7 @@ public: virtual void Clicked( cPacket* a_ClickPacket ); }; //tolua_export + + + + -- cgit v1.2.3