Files
axyz/include/Engine/Sound/EChangeBGM.h
T
2016-02-24 14:18:42 +01:00

17 lines
233 B
C++

#ifndef Events_ChangeBGM_h__
#define Events_ChangeBGM_h__
#include <string>
#include "../Engine/Core/EventBroker.h"
namespace Events
{
struct ChangeBGM : Event
{
std::string FilePath = "";
};
}
#endif // Events_ChangeBGM_h__