suricodes's picture
Upload 356 files
b7a24d4 verified
#pragma once
#include <string>
typedef std::string Property;
/*
class Property
{
public:
std::string str;
};
*/