From 7d4abe001eb004755b361932875256ce83252b71 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Fri, 15 Jun 2012 21:31:06 +0000 Subject: Rewritten ForEach using #define-s, new ones can be added as a simple one-liner git-svn-id: http://mc-server.googlecode.com/svn/trunk@618 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/LuaItems.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/LuaItems.h') diff --git a/source/LuaItems.h b/source/LuaItems.h index deec7f205..37bd713c4 100644 --- a/source/LuaItems.h +++ b/source/LuaItems.h @@ -43,6 +43,7 @@ public: { m_Items[a_Idx] = cItem(a_ItemType, a_ItemCount, a_ItemHealth); } + protected: cItems & m_Items; } ; @@ -50,3 +51,4 @@ protected: + -- cgit v1.2.3