MainApplication.h file
Class nCine::
Namespaces
- namespace nCine
- Root namespace of nCine game engine.
Classes
- class nCine::MainApplication
- Main entry point and event loop driver for standard (desktop) applications.
Typedefs
- using NativeArgument = char*
- Native argument type,
wchar_t*on Windows, otherwisechar*.
Functions
- auto theApplication() -> Application&
- Returns the application instance.