- Acabat el editor de templates

This commit is contained in:
2024-09-19 20:23:53 +02:00
parent 241ae1bd8e
commit 16914932ec
5 changed files with 222 additions and 179 deletions

View File

@@ -545,6 +545,11 @@ namespace room
void modify() { modified = true; }
const bool isModified()
{
return modified;
}
void save()
{
char filename[] = "data/rooms/00.txt";