diff options
Diffstat (limited to 'src/MloInstance.h')
-rw-r--r-- | src/MloInstance.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/MloInstance.h b/src/MloInstance.h new file mode 100644 index 00000000..00afc379 --- /dev/null +++ b/src/MloInstance.h @@ -0,0 +1,9 @@ +#pragma once + +#include "Placeable.h" + +class CMloInstance : CPlaceable +{ +public: + void dtor() { this->CMloInstance::~CMloInstance(); } +};
\ No newline at end of file |