ready to merge some races

This commit is contained in:
2024-07-11 12:29:44 -04:00
parent 6f998d8523
commit 2c4d0070da
7 changed files with 28 additions and 16 deletions

View File

@ -18,6 +18,11 @@ public:
void print(display &display) {}
};
class object_list final: public layer {
private:
};
// TODO: throw potion into another header
class potion final: public object {