Karma Engine
Loading...
Searching...
No Matches
GameViewportClient.h
1#pragma once
2
3#include "krpch.h"
4
5#include "Object.h"
6
7namespace Karma
8{
24 {
25 DECLARE_KARMA_CLASS(UGameViewportClient, UObject)
26
27 protected:
28 /* The relative world context for this viewport */
29 class UWorld* m_World;
30
31 };
32}
This file contains the class UObject along with helper functions.
Definition GameViewportClient.h:24
The base class of all the game code relevant objects.
Definition Object.h:106
Definition World.h:108