Begin Repo
This commit is contained in:
5
events/windowEvent.cpp
Normal file
5
events/windowEvent.cpp
Normal 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