26 lines
296 B
C++
26 lines
296 B
C++
//
|
|
// Created by Adniklastrator on 2015-10-12.
|
|
//
|
|
|
|
#ifndef EVENTS_ESTICKYATTACHEDTOPAD_H__
|
|
#define EVENTS_ESTICKYATTACHEDTOPAD_H__
|
|
|
|
#include "Core/EventBroker.h"
|
|
|
|
namespace dd
|
|
{
|
|
|
|
namespace Events
|
|
{
|
|
|
|
struct StickyAttachedToPad : public Event
|
|
{
|
|
|
|
};
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#endif //DAYDREAM_ESTICKYATTACHEDTOPADE_H
|