CoriEngine
Loading...
Searching...
No Matches
Engine.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace 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}
static void Start(const bool asyncLogging, const bool fileLogging)
Definition Engine.cpp:7
Core systems of the engine are here.
Global engine namespace.