audio::play

This commit is contained in:
MihailRis
2024-02-27 18:58:41 +03:00
parent 58661a94a6
commit acd5d11378
5 changed files with 128 additions and 10 deletions
+2
View File
@@ -121,6 +121,8 @@ void Engine::mainloop() {
assert(screen != nullptr);
updateTimers();
updateHotkeys();
audio::update(delta);
gui->act(delta);
screen->update(delta);