stuff-from-scratch/src/core/Event.h
2020-05-02 08:31:03 +01:00

8 lines
48 B
C++

class Event
{
public:
Event();
~Event();
};