Moved source to src
This commit is contained in:
13
src/Blocks/BlockNote.h
Normal file
13
src/Blocks/BlockNote.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
#include "BlockHandler.h"
|
||||
#include "BlockEntity.h"
|
||||
|
||||
class cBlockNoteHandler : public cBlockEntityHandler
|
||||
{
|
||||
public:
|
||||
cBlockNoteHandler(BLOCKTYPE a_BlockType)
|
||||
: cBlockEntityHandler(a_BlockType)
|
||||
{
|
||||
}
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user