Files
Archimedes/modules/gui/events/windowEvent.cpp

5 lines
99 B
C++
Executable File

#include "windowEvent.h"
WindowEvent::WindowEvent(int id, int e) : windowID(id), event(e) {
}