diff options
Diffstat (limited to 'Project/PropertiesData.cpp')
-rw-r--r-- | Project/PropertiesData.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Project/PropertiesData.cpp b/Project/PropertiesData.cpp new file mode 100644 index 0000000..a9a57c4 --- /dev/null +++ b/Project/PropertiesData.cpp @@ -0,0 +1,10 @@ +#include "PropertiesData.h" + +PropertiesData::PropertiesData() +{ +} + +PropertiesData::~PropertiesData() +{ +} + |