Linking OpenAL.

This commit is contained in:
Stiffly
2015-09-14 14:45:44 +02:00
parent 49a2100d4e
commit ed5881ec54
15 changed files with 2529 additions and 6 deletions
+27
View File
@@ -0,0 +1,27 @@
//
// Created by Adam on 2015-09-09.
//
#ifndef DAYDREAM_EPLAYSOUND_H
#define DAYDREAM_EPLAYSOUND_H
#include <string>
#include "EventBroker.h"
namespace dd
{
namespace Events
{
struct PlaySound
{
std::string path;
};
}
}
#endif //DAYDREAM_EPLAYSOUND_H