5 lines
99 B
C++
Executable File
5 lines
99 B
C++
Executable File
#include "windowEvent.h"
|
|
|
|
WindowEvent::WindowEvent(int id, int e) : windowID(id), event(e) {
|
|
|
|
} |