#pragma once #include namespace propertygrid { void start(); bool stringProperty(std::string label, std::string value); std::string getStringPropertyResult(); void sectionProperty(std::string label); void end(); }