diff options
Diffstat (limited to 'source/cItem.h')
-rw-r--r-- | source/cItem.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/source/cItem.h b/source/cItem.h index a0832ef03..4311cc3f0 100644 --- a/source/cItem.h +++ b/source/cItem.h @@ -8,6 +8,10 @@ namespace Json class Value;
};
+
+
+
+
class cItem //tolua_export
{ //tolua_export
public:
@@ -94,4 +98,10 @@ public: char m_ItemCount; //tolua_export
short m_ItemHealth; //tolua_export
-}; //tolua_export
\ No newline at end of file +}; //tolua_export
+
+typedef std::vector<cItem> cItems;
+
+
+
+
|