mirror of
https://github.com/halpz/re3.git
synced 2025-04-23 11:06:59 +00:00
9 lines
136 B
C++
9 lines
136 B
C++
#pragma once
|
|
|
|
#include "Placeable.h"
|
|
|
|
class CMloInstance : CPlaceable
|
|
{
|
|
public:
|
|
void dtor() { this->CMloInstance::~CMloInstance(); }
|
|
}; |