CoriEngine
Loading...
Searching...
No Matches
Engine.hpp
Go to the documentation of this file.
1
#pragma once
2
3
namespace
Cori
{
4
namespace
Core
{
5
namespace
Internal
{
6
class
Engine
{
7
public
:
8
static
void
Start
(
const
bool
asyncLogging,
const
bool
fileLogging);
9
10
static
void
Stop
();
11
};
12
}
13
}
14
}
Cori::Core::Internal::Engine
Definition
Engine.hpp:6
Cori::Core::Internal::Engine::Start
static void Start(const bool asyncLogging, const bool fileLogging)
Definition
Engine.cpp:7
Cori::Core::Internal::Engine::Stop
static void Stop()
Definition
Engine.cpp:18
Cori::Core::Internal
Definition
Engine.cpp:6
Cori::Core
Core systems of the engine are here.
Definition
AssetManager.hpp:3
Cori
Global engine namespace.
Definition
AssetLoadStatus.hpp:3
CoriEngine
Engine
src
Core
Engine.hpp
Generated by
1.14.0