mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-27 11:34:14 +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(); }
|
|
}; |