Implemented metadata editor. closes #19

This commit is contained in:
2024-09-08 15:01:25 +03:00
parent 67e3057109
commit 4468c839ec
8 changed files with 743 additions and 850 deletions

View File

@@ -80,6 +80,8 @@ private:
void unload_building(int id);
void request_item(int type, int item);
void update_items();
void remove_generated_stuff();
void remove_building(int index);
void checkpoint();
void undo();