// Window.cpp: implementation of the Window class. // ////////////////////////////////////////////////////////////////////// #include "Window.h" ////////////////////////////////////////////////////////////////////// // Construction/Destruction ////////////////////////////////////////////////////////////////////// Window::Window() { } Window::~Window() { }