Added ifndef for NBT Binary

This commit is contained in:
Shoghi Cervantes 2014-10-30 16:32:57 +01:00
parent 57d1847c50
commit 09a01be709

View File

@ -38,9 +38,13 @@ use pocketmine\nbt\tag\NamedTAG;
use pocketmine\nbt\tag\Short;
use pocketmine\nbt\tag\String;
use pocketmine\nbt\tag\Tag;
use pocketmine\utils\Binary;
use pocketmine\utils\Utils;
#ifndef COMPILE
use pocketmine\utils\Binary;
#endif
#include <rules/NBT.h>
/**