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

@@ -7,11 +7,11 @@
class cBlockButtonHandler :
public cBlockHandler
public cMetaRotater<cBlockHandler,0x07,0x04,0x01,0x03,0x02>
{
public:
cBlockButtonHandler(BLOCKTYPE a_BlockType)
: cBlockHandler(a_BlockType)
: cMetaRotater<cBlockHandler,0x07,0x04,0x01,0x03,0x02>(a_BlockType)
{
}