xoreos  0.0.5
Public Member Functions | Public Attributes | List of all members
Engines::KotOR::Resolution Struct Reference

Public Member Functions

bool operator< (const Resolution &x) const
 

Public Attributes

int width
 
int height
 
const char * gui
 

Detailed Description

Definition at line 170 of file hud.cpp.

Member Function Documentation

◆ operator<()

bool Engines::KotOR::Resolution::operator< ( const Resolution x) const
inline

Definition at line 176 of file hud.cpp.

References height, and width.

Member Data Documentation

◆ gui

const char* Engines::KotOR::Resolution::gui

Definition at line 174 of file hud.cpp.

Referenced by Engines::KotOR::HUD::update().

◆ height

int Engines::KotOR::Resolution::height

Definition at line 172 of file hud.cpp.

Referenced by operator<().

◆ width

int Engines::KotOR::Resolution::width

Definition at line 171 of file hud.cpp.

Referenced by operator<().


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