@ -125,7 +125,7 @@ public:
void Render();
bool Finished() const
[[nodiscard]] bool Finished() const
{
return finished_;
}
@ -100,7 +100,7 @@ public:
s_ = nullptr;
bool IsOpen() const
[[nodiscard]] bool IsOpen() const
return s_ != nullptr;