|
CeresEngine 0.2.0
A game development framework
|
#include "Engine.hpp"#include "CeresEngine/Macros.hpp"#include "CeresEngine/Foundation/Chrono.hpp"#include "CeresEngine/Foundation/Container/Vector.hpp"#include <lyra/lyra.hpp>Go to the source code of this file.
Classes | |
| class | CeresEngine::Application |
| A base class to be used by all engine applications. More... | |
| class | CeresEngine::TApplication< T > |
| A template class that helps initializing an application. More... | |
Namespaces | |
| namespace | CeresEngine |
Typedefs | |
| using | CeresEngine::CommandLineInterface = lyra::cli |
| using | CeresEngine::CommandLineArguments = lyra::args |
| using | CeresEngine::CommandLineOption = lyra::opt |
Functions | |
| Application & | CeresEngine::gApplication () noexcept |