Files
axyz/include/Engine/Core/Event.h
T
2015-11-24 10:37:21 +01:00

11 lines
87 B
C++

#ifndef Event_h__
#define Event_h__
struct Event
{
protected:
Event() { }
};
#endif