ScummVM API documentation
Common::TLanguage Struct Reference

#include <translation.h>

Public Member Functions

 TLanguage (const U32String &n, int i)
 

Public Attributes

U32String name
 
int id
 

Detailed Description

Structure describing a translation language.

Constructor & Destructor Documentation

◆ TLanguage()

Common::TLanguage::TLanguage ( const U32String n,
int  i 
)
inline

Construct a new language with name n and ID i.

Member Data Documentation

◆ name

U32String Common::TLanguage::name

Language name string.

◆ id

int Common::TLanguage::id

Language ID.


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