From 14dce238450b419a5df2aa171ee91981910463b0 Mon Sep 17 00:00:00 2001 From: "lapayo94@gmail.com" Date: Sun, 15 Jul 2012 20:36:34 +0000 Subject: A new Block handling system :o It was really a lot of work :D Took me the complete weekend :D Would really like to here your opinion on this =) The aim of this is to put all the actions for one block in one place so it is not spread around the source. (ToPickup, Action in cWorld, Action in cChunk, Action here, action there :D) git-svn-id: http://mc-server.googlecode.com/svn/trunk@671 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cStep.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 source/cStep.h (limited to 'source/cStep.h') diff --git a/source/cStep.h b/source/cStep.h deleted file mode 100644 index 482bb9b7b..000000000 --- a/source/cStep.h +++ /dev/null @@ -1,15 +0,0 @@ -#pragma once - -class cStep //tolua_export -{ //tolua_export -public: - static char DirectionToMetaData( int a_Direction ) //tolua_export - { //tolua_export - char result = 0x0; - if( a_Direction == 0) - { - result = 0x8; - } - return result; - } //tolua_export -}; //tolua_export -- cgit v1.2.3