Implemented note block playing and fixed wire

Game of Thrones music in Minecraft, here I come!
This commit is contained in:
Tiger Wang
2013-12-14 16:52:22 +00:00
parent 46787a8a1b
commit 95be80cdb5
9 changed files with 125 additions and 5 deletions
+2
View File
@@ -112,6 +112,8 @@ private:
void HandleRail(int a_BlockX, int a_BlockY, int a_BlockZ, BLOCKTYPE a_MyType);
/// <summary>Handles trapdoors</summary>
void HandleTrapdoor(int a_BlockX, int a_BlockY, int a_BlockZ);
/// <summary>Handles noteblocks</summary>
void HandleNoteBlock(int a_BlockX, int a_BlockY, int a_BlockZ);
/* ===================== */
/* ====== Helper functions ====== */