diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-06-06 22:18:50 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-06-06 22:18:50 +0200 |
commit | 1cca9b13b3d320ff767cfc552413265b2ef6e0d6 (patch) | |
tree | c1227f3f4141dbf2f85767a65cb9d2102a9d4010 /source/cItem.h | |
parent | BlockIDs, ItemIDs and Metas updated, courtesy of Taugeshtu (diff) | |
download | cuberite-1cca9b13b3d320ff767cfc552413265b2ef6e0d6.tar cuberite-1cca9b13b3d320ff767cfc552413265b2ef6e0d6.tar.gz cuberite-1cca9b13b3d320ff767cfc552413265b2ef6e0d6.tar.bz2 cuberite-1cca9b13b3d320ff767cfc552413265b2ef6e0d6.tar.lz cuberite-1cca9b13b3d320ff767cfc552413265b2ef6e0d6.tar.xz cuberite-1cca9b13b3d320ff767cfc552413265b2ef6e0d6.tar.zst cuberite-1cca9b13b3d320ff767cfc552413265b2ef6e0d6.zip |
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;
+
+
+
+
|