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

11 lines
62 B
C++

#include "Event.h"
Event::Event()
{
}
Event::~Event()
{
}