start screen refactor

This commit is contained in:
2024-01-05 14:47:08 +01:00
parent 9c0ffd38ce
commit 5a0252d8d0
6 changed files with 114 additions and 74 deletions

View File

@ -30,6 +30,9 @@ struct StartScreen final : public Screen {
// return nullptr if not next
// sets bool quit to true if exit
Screen* poll(bool&) override;
Screen* render(float, bool&) override;
Screen* tick(float, bool&) override;
// use default nextRender and nextTick
};