Zen
0.3.0
Loading...
Searching...
No Matches
Zenith.cpp
1
#include "ZEN_Log.h"
2
#include "editor/src/GameLayer.h"
3
#include "zen.h"
4
5
class
Zenith :
public
Zen::Application
{
6
public
:
7
Zenith() {
8
ZEN_LOG_INFO(
"Zenith constucted"
);
9
pushLayer(
new
GameLayer
());
10
}
11
12
private
:
13
};
14
15
Zen::Application
*Zen::CreateApplication() {
return
new
Zenith
(); };
GameLayer
Definition
GameLayer.h:23
Zen::Application
Definition
ZEN_Application.h:19
Zenith
Definition
Zenith.cpp:5
editor
src
Zenith.cpp
Generated by
1.14.0