OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Classes | Enumerations | Variables
UIRest.h File Reference
#include "GUI/GUIWindow.h"
#include "Engine/Time/Time.h"

Classes

class  GUIWindow_Rest
 

Enumerations

enum class  RestType { REST_NONE = 0 , REST_WAIT = 1 , REST_HEAL = 2 }
 

Variables

GraphicsImagerest_ui_sky_frame_current
 
GraphicsImagerest_ui_hourglass_frame_current
 
int foodRequiredToRest
 
Duration remainingRestTime
 
RestType currentRestType
 

Enumeration Type Documentation

◆ RestType

enum class RestType
strong
Enumerator
REST_NONE 
REST_WAIT 
REST_HEAL 

Variable Documentation

◆ currentRestType

RestType currentRestType
extern

◆ foodRequiredToRest

int foodRequiredToRest
extern

◆ remainingRestTime

Duration remainingRestTime
extern

◆ rest_ui_hourglass_frame_current

GraphicsImage* rest_ui_hourglass_frame_current
extern

◆ rest_ui_sky_frame_current

GraphicsImage* rest_ui_sky_frame_current
extern