#include "Window.h"
#include "Graphics.h"
#include <iostream>
Seele::Window::Window(const WindowCreateInfo& createInfo)
{
}
Seele::Window::~Window()