start thinking about pasting files

This commit is contained in:
2023-07-30 15:10:26 +02:00
parent aff239377d
commit 42b3866753
8 changed files with 60 additions and 1 deletions

View File

@ -55,6 +55,8 @@ struct MainScreen final : public Screen {
MainScreen(SDL_Renderer* renderer_, std::string save_path);
~MainScreen(void);
bool handleEvent(SDL_Event& e) override;
// return nullptr if not next
// sets bool quit to true if exit
Screen* poll(bool&) override;