Added controllerflags and primary parts

This commit is contained in:
andreja6
2020-03-08 20:06:13 -07:00
parent 4ff4d54f09
commit 9c76bf6956
3 changed files with 4 additions and 1 deletions

View File

@@ -12,4 +12,5 @@ public:
virtual std::vector<PROPGRIDITEM> getProperties();
virtual void PropUpdate(LPPROPGRIDITEM &pItem);
bool nameShown;
bool controllerFlagShown;
};