6 #ifndef MATF_RG_PROJECT_PLATFORM_H
7 #define MATF_RG_PROJECT_PLATFORM_H
64 std::string_view
name()
const override;
146 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:41