|
matf-rg-engine
1.0.0
Base for project for the Computer Graphics course at Faculty of Mathematics, University of Belgrade
|
#include <TestApp.hpp>


Private Member Functions | |
| void | app_setup () override |
Override to define your custom app setup that gets called after the engine_setup. More... | |
Additional Inherited Members | |
Public Member Functions inherited from engine::core::App | |
| int | run (int argc, char **argv) |
| The main entry point into the App. More... | |
| virtual | ~App ()=default |
Protected Member Functions inherited from engine::core::App | |
| template<typename TController > | |
| TController * | register_controller () |
| Registers the controller for execution. The Controller instance that the register_controller returns isn't initialized yet. It will be initialized during the App::initialize. If the register_controller is called twice for the same controller, it's registered only once. The other calls just return the pointer to the already registered instance. More... | |
|
overrideprivatevirtual |
Override to define your custom app setup that gets called after the engine_setup.
Reimplemented from engine::core::App.