stuff-from-scratch/src/core/Event.h

9 lines
48 B
C
Raw Normal View History

2020-05-02 07:31:03 +00:00
class Event
{
public:
Event();
~Event();
};