- [NEW] Ajustat el color del propertygrid

- [NEW] Seccions en el propertygrid
- [NEW] JA es mostren les propietats bàsiques de les habitacions
This commit is contained in:
2025-11-18 22:49:30 +01:00
parent 57f9ed32e3
commit a0a7a78061
3 changed files with 47 additions and 14 deletions

View File

@@ -5,5 +5,6 @@ namespace propertygrid
{
void start();
std::string stringProperty(std::string label, std::string value);
void sectionProperty(std::string label);
void end();
}