1
0

Added some Metadate rotaters using templated Mixin

This commit is contained in:
Tycho
2014-02-27 11:33:35 -08:00
parent 9c6d72a023
commit 84913299f4
10 changed files with 168 additions and 16 deletions

View File

@@ -9,7 +9,7 @@
cBlockDoorHandler::cBlockDoorHandler(BLOCKTYPE a_BlockType)
: cBlockHandler(a_BlockType)
: super(a_BlockType)
{
}