CSEngine
Loading...
Searching...
No Matches
EngineCore.h
1
//
2
// Created by ounol on 2021-03-22.
3
//
4
#pragma once
5
6
#include "EngineCoreInstance.h"
7
8
#if defined(__CSE_EDITOR__)
9
#include "../../Editor/src/Manager/EEngineCore.h"
10
#else
11
#define CORE EngineCore::getInstance()
12
#endif
13
14
namespace
CSE {
15
class
EngineCore
:
public
EngineCoreInstance
{
16
public
:
17
DECLARE_SINGLETON(
EngineCore
);
18
~EngineCore
()
override
;
19
};
20
}
CSE::EngineCore
Definition
EngineCore.h:15
CSE::EngineCoreInstance
Definition
EngineCoreInstance.h:31
Manager
EngineCore.h
Generated on Thu Sep 18 2025 14:35:37 for CSEngine by
1.12.0