Linking OpenAL.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user