|
Hymn to Beauty
C++ 3D Engine
|
#include "SoundManager.hpp"#include <Utility/Log.hpp>#include "../Entity/World.hpp"#include "../Entity/Entity.hpp"#include "../Component/Listener.hpp"#include "../Component/SoundSource.hpp"#include "Managers.hpp"#include "ResourceManager.hpp"#include <extras/stb_vorbis.c>#include <miniaudio.h>Macros | |
| #define | STB_VORBIS_HEADER_ONLY |
| #define | MINIAUDIO_IMPLEMENTATION |
| #define MINIAUDIO_IMPLEMENTATION |
| #define STB_VORBIS_HEADER_ONLY |