Clean project structure.

This commit is contained in:
jmsgrogan 2023-01-17 10:13:25 +00:00
parent 78a4fa99ff
commit 947bf937fd
496 changed files with 206 additions and 137 deletions

8
src/base/core/Event.h Normal file
View file

@ -0,0 +1,8 @@
class Event
{
public:
Event();
~Event();
};