Conditional branch for linux

This commit is contained in:
Antoine Pilote
2023-09-27 23:37:31 -04:00
parent 8f6abcf7a7
commit 1aae2e3ea7
5 changed files with 19 additions and 11 deletions

View File

@@ -34,6 +34,7 @@ namespace Nuake
// Creates the window
s_CurrentWindow = Window::Get();
Logger::Log("Input initializing");
Input::Init();
Renderer2D::Init();
Logger::Log("Engine initialized");