mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2025-02-18 19:16:21 +01: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(); }
|
||
|
};
|