Print PG states on every change

This commit is contained in:
Vitaliy Filippov
2020-03-14 22:19:45 +03:00
parent 21d0b06959
commit d8164e9d84
3 changed files with 23 additions and 10 deletions
+1
View File
@@ -138,6 +138,7 @@ struct pg_t
void calc_object_states();
void remember_object(pg_obj_state_check_t &st, std::vector<obj_ver_role> &all);
void print_state();
};
inline bool operator < (const pg_obj_loc_t &a, const pg_obj_loc_t &b)