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

12 lines
62 B
C++
Raw Normal View History

2020-05-02 07:31:03 +00:00
#include "Event.h"
Event::Event()
{
}
Event::~Event()
{
}