6#ifndef MATF_RG_PROJECT_PLATFORM_H
7#define MATF_RG_PROJECT_PLATFORM_H
66 std::string_view
name()
const override;
148 bool loop()
override;
Defines the Controller class that serves as the base class for all controllers in the engine.
Defines the Window class that provides basic window properties.
Controllers are a hook into the App main loop execution. By overriding virtual functions of this clas...
Definition Controller.hpp:42
static TController * create_if_absent()
Definition Controller.hpp:179