review fixes

This commit is contained in:
georgemoralis 2024-06-10 18:26:37 +03:00
parent 6f8d99fbf2
commit beb631607a
2 changed files with 19 additions and 13 deletions

View file

@ -22,8 +22,10 @@ public:
void Run(const std::filesystem::path& file);
private:
void LoadSystemModules(const std::filesystem::path& file);
Discord::RPC discord_rpc;
Input::GameController* controller = Common::Singleton<Input::GameController>::Instance();
Core::Linker* linker = Common::Singleton<Core::Linker>::Instance();
Frontend::WindowSDL window;
};