- [NEW] Seccions en el propertygrid - [NEW] JA es mostren les propietats bàsiques de les habitacions
11 lines
208 B
C++
11 lines
208 B
C++
#pragma once
|
|
#include <string>
|
|
|
|
namespace propertygrid
|
|
{
|
|
void start();
|
|
std::string stringProperty(std::string label, std::string value);
|
|
void sectionProperty(std::string label);
|
|
void end();
|
|
}
|