stuff-from-scratch/src/base/core/Event.h
2023-01-17 10:13:25 +00:00

8 lines
48 B
C++

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