the great reorganization
This commit is contained in:
9
src/modelinfo/MloInstance.h
Normal file
9
src/modelinfo/MloInstance.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "Placeable.h"
|
||||
|
||||
class CMloInstance : CPlaceable
|
||||
{
|
||||
public:
|
||||
void dtor() { this->CMloInstance::~CMloInstance(); }
|
||||
};
|
||||
Reference in New Issue
Block a user