12 lines
155 B
C++
12 lines
155 B
C++
#include "Window.h"
|
|
#include "Graphics.h"
|
|
#include <iostream>
|
|
|
|
Seele::Window::Window(const WindowCreateInfo& createInfo)
|
|
{
|
|
}
|
|
|
|
Seele::Window::~Window()
|
|
{
|
|
|
|
} |