Added documentation
This commit is contained in:
parent
333f4f982c
commit
2cd3443fbb
@ -1,6 +1,12 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
// mixin for use to clear meta values when the block is converted to a pickup
|
||||||
|
|
||||||
|
// Usage: inherit from this class, passing the parent class as the parameter Base
|
||||||
|
// For example to use in class Foo which should inherit Bar use
|
||||||
|
// class Foo : public cClearMetaOnDrop<Bar>;
|
||||||
|
|
||||||
template<class Base>
|
template<class Base>
|
||||||
class cClearMetaOnDrop : public Base
|
class cClearMetaOnDrop : public Base
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user