KarmaEngine
Game Engine for practical learning and research purposes
|
This file contains the main Application class for Editor + Game. More...
#include "krpch.h"
#include "Karma/Window.h"
#include "Karma/Events/ApplicationEvent.h"
#include "Karma/Events/ControllerDeviceEvent.h"
#include "Karma/LayerStack.h"
#include "Karma/KarmaGui/KarmaGuiLayer.h"
#include "Karma/Input.h"
#include "Scene.h"
#include "Core/TrueCore/KarmaSmriti.h"
Go to the source code of this file.
Classes | |
class | Karma::Application |
The class for Game + Editor in application form. More... | |
Enumerations | |
enum class | Karma::RunningPlatform { Linux = 0 , Mac , Windows } |
The type of platform application is running on. More... | |
Functions | |
Application * | Karma::CreateApplication () |
Declaration of client definable routine. | |
This file contains the main Application class for Editor + Game.
|
strong |
Karma::Application * Karma::CreateApplication | ( | ) |
Declaration of client definable routine.