From 35c8bc4c5807af41a37cc901dcbbfee7ab73f7bf Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Mon, 7 May 2012 20:22:04 +0000 Subject: Fast NBT Parser (loading a chunk is now about 10 times faster) git-svn-id: http://mc-server.googlecode.com/svn/trunk@481 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/NBT.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'source/NBT.h') diff --git a/source/NBT.h b/source/NBT.h index f63e1fea1..39b3c7252 100644 --- a/source/NBT.h +++ b/source/NBT.h @@ -13,14 +13,6 @@ -typedef long long Int64; -typedef int Int32; -typedef short Int16; - - - - - /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Representation classes: -- cgit v1.2.3