Application configuration interface.
More...
#include <EntryPoint.h>
Application configuration interface.
Application using the Hellfire engine should implement this interface to configure their application instance.
Definition at line 17 of file EntryPoint.h.
◆ ~IApplicationConfig()
| virtual hellfire::IApplicationConfig::~IApplicationConfig |
( |
| ) |
|
|
virtualdefault |
◆ get_title()
| virtual const std::string hellfire::IApplicationConfig::get_title |
( |
| ) |
const |
|
pure virtual |
Get the application title.
◆ get_window_height()
| virtual int hellfire::IApplicationConfig::get_window_height |
( |
| ) |
|
|
pure virtual |
◆ get_window_width()
| virtual int hellfire::IApplicationConfig::get_window_width |
( |
| ) |
|
|
pure virtual |
◆ register_plugins()
| virtual void hellfire::IApplicationConfig::register_plugins |
( |
Application & |
app | ) |
|
|
pure virtual |
Register application-specific plugins.
- Parameters
-
| app | The application instance to register plugins with |
The documentation for this class was generated from the following file: