playable music in game

This commit is contained in:
devZoGok
2025-06-21 19:42:17 +03:00
parent 5eaefb47a5
commit d092f61fe0
18 changed files with 84 additions and 16 deletions
+2
View File
@@ -2,6 +2,7 @@
#include <stateManager.h>
#include <inputManager.h>
#include <soundManager.h>
#include <assetManager.h>
#include <root.h>
@@ -170,6 +171,7 @@ namespace battleship{
void GameManager::update() {
Root::getSingleton()->update();
SoundManager::getSingleton()->update();
inputManager->update();
stateManager->update();
}