#include <engine_config.h>
|
bool | load (const tinyxml2::XMLElement *root) |
|
◆ 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_debug
bool Application::is_debug = true |
◆ is_fullscreen
bool Application::is_fullscreen = false |
◆ is_resizable
bool Application::is_resizable = true |
◆ max_fps
int Application::max_fps = 60 |
◆ name
const char* Application::name = "Window - Ember Engine" |
◆ package_name
const char* Application::package_name = "br.com.vsaint1.ember_engine" |
◆ version
const char* Application::version = "1.0" |
The documentation for this struct was generated from the following files: