Files
Archimedes/events/windowEvent.cpp
2024-08-10 21:20:28 -05:00

5 lines
99 B
C++

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