mirror of
https://github.com/td512/re3.git
synced 2026-01-26 03:21:02 +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(); }
|
|
}; |