Euphoria
eu::files::game::Game Struct Reference

#include <game.h>

Public Attributes

std::string title
 
std::optional< Colorclear_color
 
Viewport viewport
 
std::vector< KeyBindbinds
 
std::vector< Templatetemplates
 

Detailed Description

Definition at line 83 of file game.h.

Member Data Documentation

◆ binds

std::vector<KeyBind> eu::files::game::Game::binds

Definition at line 88 of file game.h.

◆ clear_color

std::optional<Color> eu::files::game::Game::clear_color

Definition at line 86 of file game.h.

◆ templates

std::vector<Template> eu::files::game::Game::templates

Definition at line 89 of file game.h.

◆ title

std::string eu::files::game::Game::title

Definition at line 85 of file game.h.

◆ viewport

Viewport eu::files::game::Game::viewport

Definition at line 87 of file game.h.


The documentation for this struct was generated from the following file: