add debug start screen ui + can load plugins

This commit is contained in:
2023-08-03 13:05:19 +02:00
parent 5547ff6d2b
commit c9672bf352
4 changed files with 74 additions and 4 deletions

View File

@ -56,7 +56,7 @@ struct MainScreen final : public Screen {
ChatGui4 cg;
MainScreen(SDL_Renderer* renderer_, std::string save_path);
MainScreen(SDL_Renderer* renderer_, std::string save_path, std::vector<std::string> plugins);
~MainScreen(void);
bool handleEvent(SDL_Event& e) override;