Implemented basic containers and ref pointers
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
#include "Window.h"
|
||||
|
||||
// A view is a part of the window, which can be anything from a viewport to an editor
|
||||
class View
|
||||
{
|
||||
public:
|
||||
private:
|
||||
Window::Section* owner;
|
||||
};
|
||||
Reference in New Issue
Block a user