Right before coverage destroys everything.

This commit is contained in:
Zed A. Shaw 2025-03-16 23:17:43 -04:00
parent 1d2968f826
commit c4611c0138
9 changed files with 54 additions and 46 deletions

View file

@ -21,5 +21,6 @@ namespace combat {
void set_state(std::string name, bool setting);
void update();
void dump();
ai::Action pop();
};
}