Updated playsound events.

This commit is contained in:
Stiffly
2015-09-23 12:08:05 +02:00
parent a010a8be77
commit 4f341250d7
4 changed files with 31 additions and 58 deletions
+2
View File
@@ -30,6 +30,8 @@ namespace Events
struct PlaySFX : Event
{
std::string path;
float volume = 1.f;
bool loop = false;
};
}