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