Added Component to bricks to emitt sound. Improved code for playing a sound

This commit is contained in:
Stiffly
2015-09-17 15:41:08 +02:00
parent 6671136a08
commit 4dd8ac8445
9 changed files with 55 additions and 5 deletions
+5 -3
View File
@@ -28,9 +28,11 @@
#include "Sound/EPlaySFX.h"
#include "Physics/EContact.h"
#include "Core/EventBroker.h"
#include <Game/CBall.h>
#include <Game/CBrick.h>
#include <Game/CPad.h>
#include "Game/CBall.h"
#include "Game/CBrick.h"
#include "Game/CPad.h"
#include "Sound/CCollisionSound.h"
namespace dd
{