Files
Seele/src/Engine/Graphics/Window.cpp
T

12 lines
155 B
C++

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