Implemented basic containers and ref pointers
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#include "Window.h"
|
||||
#include "Graphics.h"
|
||||
#include <iostream>
|
||||
|
||||
Seele::Window::Window(const WindowCreateInfo& createInfo)
|
||||
{
|
||||
}
|
||||
|
||||
Seele::Window::~Window()
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user