restructure project for dynamic linking
This commit is contained in:
9
modules/gui/events/event.cpp
Executable file
9
modules/gui/events/event.cpp
Executable file
@@ -0,0 +1,9 @@
|
||||
#include "event.h"
|
||||
|
||||
Event::Event() {
|
||||
|
||||
}
|
||||
|
||||
Event::~Event()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user