Added properties to PhysicalInstance

This commit is contained in:
andreja6
2018-10-23 12:29:36 -07:00
parent 0f700aeda5
commit 6d1428ced9
4 changed files with 57 additions and 8 deletions

View File

@@ -25,5 +25,6 @@ public:
protected:
std::string className;
Instance* parent; // Another pointer.
PROPGRIDITEM createPGI(LPSTR catalog, LPSTR propName, LPSTR propDesc, LPARAM curVal, INT type);
};