Files
Blocks3D/Property.cpp
2018-10-23 06:49:41 -07:00

16 lines
152 B
C++

#include "Property.h"
Property::Property(PROPGRIDITEM item, DWORD addr)
{
this->addr = addr;
this->item = item;
}
Property::~Property(void)
{
}