Skip to content

Instantly share code, notes, and snippets.

View ThePixelGamer's full-sized avatar

ThePixelCoder ThePixelGamer

View GitHub Profile
@ThePixelGamer
ThePixelGamer / Container.h
Last active June 2, 2016 03:48
Please Help Debug This MCPE Header File
#pragma once
#include "string"
class ContainerListener;
class ItemInstance;
class BlockSource;
class CompoundTag;
//These Are Wrong
class Vec3;