Files
Archimedes/events/windowEvent.cpp
2024-10-02 00:49:38 -05:00

5 lines
99 B
C++
Executable File

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