Generated stuff removal done, closes #27

This commit is contained in:
2024-09-14 20:10:00 +03:00
parent e720697b70
commit 196ce25dbe
2 changed files with 19 additions and 5 deletions

View File

@@ -25,6 +25,7 @@ private:
Transform xform;
AABB aabb;
int worktime[2];
bool generated;
static void from_dict(struct building *b,
const Dictionary &dict,
const String &key);
@@ -80,6 +81,7 @@ private:
void unload_building(int id);
void request_item(int type, int item);
void update_items();
void filter_generated_stuff();
void remove_generated_stuff();
void remove_building(int index);
void checkpoint();