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