Skip to content

Commit

Permalink
Update Animation Code
Browse files Browse the repository at this point in the history
  • Loading branch information
NixAJ committed Sep 24, 2024
1 parent 5a3139f commit 354e2db
Show file tree
Hide file tree
Showing 75 changed files with 5,103 additions and 4,668 deletions.
8 changes: 4 additions & 4 deletions Source/Game-App/Game-App/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ i32 main()

auto console_sink = quill::Frontend::create_or_get_sink<quill::ConsoleSink>("console_sink_1");
quill::Logger* logger = quill::Frontend::create_or_get_logger("root", std::move(console_sink), "%(time:<16) LOG_%(log_level:<11) %(message)", "%H:%M:%S.%Qms", quill::Timezone::LocalTime, quill::ClockSourceType::System);

Application app;
app.Start(true);
Application app;
app.Start(true);

ConsoleCommandHandler commandHandler;
auto future = std::async(std::launch::async, StringUtils::GetLineFromCin);
Expand Down Expand Up @@ -76,5 +76,5 @@ i32 main()
}
}

return 0;
return 0;
}
Loading

0 comments on commit 354e2db

Please sign in to comment.