Application metadata and window settings.
More...
#include <project_config.h>
|
| bool | load (const tinyxml2::XMLElement *root) |
| |
Application metadata and window settings.
◆ load()
| bool Application::load |
( |
const tinyxml2::XMLElement * |
root | ) |
|
◆ description
| const char* Application::description = "EEngine" |
◆ icon_path
| const char* Application::icon_path = "res/icon.png" |
◆ is_fullscreen
| bool Application::is_fullscreen = false |
◆ is_resizable
| bool Application::is_resizable = true |
◆ max_fps
| int Application::max_fps = 60 |
◆ name
◆ package_name
| const char* Application::package_name = "com.ember.engine.app" |
◆ version
| const char* Application::version = "1.0" |
The documentation for this struct was generated from the following files: