summaryrefslogblamecommitdiffstats
path: root/source/Blocks/BlockRedstone.cpp
blob: f433be4ef95559cbf006e2392be7eae63f03eddf (plain) (tree)
1
2
3
4
5
6
7
8
9
10
 

                           

                      
 



 

                                                                    


  



 
                                                                                                   
  
                              

  


 

#include "Globals.h"
#include "BlockRedstone.h"
#include "../Item.h"
#include "../World.h"





cBlockRedstoneHandler::cBlockRedstoneHandler(BLOCKTYPE a_BlockType)
	: cBlockHandler(a_BlockType)
{
}





void cBlockRedstoneHandler::OnDestroyed(cWorld *a_World, int a_BlockX, int a_BlockY, int a_BlockZ)
{
	// Nothing needed yet
}