Made properties explorer "work" and added bitmaps

This commit is contained in:
andreja6
2018-10-24 12:54:12 -07:00
parent 78c6dec932
commit abe406990b
7 changed files with 27 additions and 7 deletions

View File

@@ -22,6 +22,7 @@ public:
virtual Instance* clone() const { return new Instance(*this); }
virtual std::vector<PROPGRIDITEM> getProperties();
virtual void PropUpdate(LPPROPGRIDITEM &pItem);
int listicon;
protected:
std::string className;
Instance* parent; // Another pointer.