reworking sound system

This commit is contained in:
2024-10-16 17:34:14 +02:00
parent d8298f6661
commit d2597784d4
7 changed files with 193 additions and 64 deletions

View File

@@ -9,6 +9,7 @@ extern "C" {
#include "Renderer.hpp"
#include "GameBoard.hpp"
#include "Sound.hpp"
using namespace std;
@@ -37,6 +38,8 @@ private:
bool quit = false;
} gameState;
const unique_ptr<Sound> sound;
public:
Game( );