Euphoria
eu::files::game Namespace Reference

Classes

struct  vec2f
 
struct  Sprite
 
struct  VarNumber
 
struct  Var
 
struct  Custom
 
struct  Component
 
struct  Template
 
struct  Viewport
 
struct  KeyBind
 
struct  Color
 
struct  Game
 

Enumerations

enum class  ViewportType { fit_with_black_bars , extend , screen_pixel }
 

Functions

 JSON_PARSE_FUNC (vec2f)
 
 JSON_PARSE_FUNC (Sprite)
 
 JSON_PARSE_FUNC (VarNumber)
 
 JSON_PARSE_FUNC (Var)
 
 JSON_PARSE_FUNC (Custom)
 
 JSON_PARSE_FUNC (Component)
 
 JSON_PARSE_FUNC (Template)
 
 JSON_PARSE_FUNC (ViewportType)
 
 JSON_PARSE_FUNC (Viewport)
 
 JSON_PARSE_FUNC (KeyBind)
 
 JSON_PARSE_FUNC (Color)
 
 JSON_PARSE_FUNC (Game)
 

Enumeration Type Documentation

◆ ViewportType

Enumerator
fit_with_black_bars 
extend 
screen_pixel 

Definition at line 55 of file game.h.

Function Documentation

◆ JSON_PARSE_FUNC() [1/12]

eu::files::game::JSON_PARSE_FUNC ( Color  )

Definition at line 114 of file game.cc.

◆ JSON_PARSE_FUNC() [2/12]

eu::files::game::JSON_PARSE_FUNC ( Component  )

Definition at line 56 of file game.cc.

◆ JSON_PARSE_FUNC() [3/12]

eu::files::game::JSON_PARSE_FUNC ( Custom  )

Definition at line 46 of file game.cc.

◆ JSON_PARSE_FUNC() [4/12]

eu::files::game::JSON_PARSE_FUNC ( Game  )

Definition at line 124 of file game.cc.

◆ JSON_PARSE_FUNC() [5/12]

eu::files::game::JSON_PARSE_FUNC ( KeyBind  )

Definition at line 102 of file game.cc.

◆ JSON_PARSE_FUNC() [6/12]

eu::files::game::JSON_PARSE_FUNC ( Sprite  )

Definition at line 16 of file game.cc.

◆ JSON_PARSE_FUNC() [7/12]

eu::files::game::JSON_PARSE_FUNC ( Template  )

Definition at line 68 of file game.cc.

◆ JSON_PARSE_FUNC() [8/12]

eu::files::game::JSON_PARSE_FUNC ( Var  )

Definition at line 34 of file game.cc.

◆ JSON_PARSE_FUNC() [9/12]

eu::files::game::JSON_PARSE_FUNC ( VarNumber  )

Definition at line 25 of file game.cc.

◆ JSON_PARSE_FUNC() [10/12]

eu::files::game::JSON_PARSE_FUNC ( vec2f  )

Definition at line 6 of file game.cc.

◆ JSON_PARSE_FUNC() [11/12]

eu::files::game::JSON_PARSE_FUNC ( Viewport  )

Definition at line 89 of file game.cc.

◆ JSON_PARSE_FUNC() [12/12]

eu::files::game::JSON_PARSE_FUNC ( ViewportType  )

Definition at line 78 of file game.cc.