added library to print system info to be able to debug user files better

This commit is contained in:
georgemoralis 2024-07-04 14:30:34 +03:00
parent fd39c50910
commit a91c049754
6 changed files with 26 additions and 1 deletions

View file

@ -29,6 +29,7 @@ public:
private:
void LoadSystemModules(const std::filesystem::path& file);
void PrintSystemInfo();
Core::MemoryManager* memory;
Input::GameController* controller = Common::Singleton<Input::GameController>::Instance();