1
0
mirror of https://github.com/td512/re3.git synced 2026-01-26 03:21:02 +00:00
Files
td512.re3/src/modelinfo/MloInstance.h
2019-07-07 13:09:11 +02:00

9 lines
136 B
C++

#pragma once
#include "Placeable.h"
class CMloInstance : CPlaceable
{
public:
void dtor() { this->CMloInstance::~CMloInstance(); }
};