diff --git a/src/client/systems/System.hpp b/src/client/systems/System.hpp index 2b23ba2..e187cbc 100644 --- a/src/client/systems/System.hpp +++ b/src/client/systems/System.hpp @@ -10,10 +10,9 @@ #include "Components.hpp" #include "EwECS/Event/KeyboardEvent.hpp" #include "EwECS/Event/WindowEvent.hpp" +#include "EwECS/Music/MusicComponent.hpp" #include "EwECS/Physic/HitBox.hpp" #include "EwECS/SFMLDisplayClass/LoadedSprite.hpp" -#include "EwECS/Sound/SoundComponent.hpp" -#include "EwECS/Music/MusicComponent.hpp" #include "EwECS/SparseArray.hpp" #include "EwECS/Utils.hpp" #include "EwECS/World.hpp" diff --git a/src/client/systems/bot/System+TriggerBotShoot.cpp b/src/client/systems/bot/System+TriggerBotShoot.cpp index 1d59fdd..a9c1302 100644 --- a/src/client/systems/bot/System+TriggerBotShoot.cpp +++ b/src/client/systems/bot/System+TriggerBotShoot.cpp @@ -4,6 +4,7 @@ #include "EwECS/Event/EventManager.hpp" #include "EwECS/Logger.hpp" #include "EwECS/SFMLDisplayClass/SFMLDisplayClass.hpp" +#include "EwECS/Sound/Sound.hpp" #include "EwECS/SparseArray.hpp" #include "EwECS/World.hpp" #include "IsAlive.hpp"