From e2bd3573b4d44b8f80197d8de98fcfc91e2229b8 Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Sun, 30 Jun 2019 13:59:55 +0300 Subject: PlayBackThisFrameInterpolation and all it required... --- src/MloInstance.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/MloInstance.h (limited to 'src/MloInstance.h') 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 -- cgit v1.2.3