mirror of
https://github.com/Nimac0/SDL_Minigame
synced 2026-01-12 12:33:43 +00:00
reworked SoundManager to use enum classes as keys in its maps and to no longer use the AssetManager added possibility to set sound effect of projectiles when creating them (was hard coded)
4 lines
39 B
C
4 lines
39 B
C
#pragma once
|
|
|
|
enum class SoundEffects;
|