sakharamg's picture
Uploading all files
158b61b
raw
history blame contribute delete
117 Bytes
#pragma once
#include <string>
typedef std::string Property;
/*
class Property
{
public:
std::string str;
};
*/