OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Variables
GUIProgressBar.cpp File Reference
#include "GUI/GUIProgressBar.h"
#include <algorithm>
#include "Engine/AssetsManager.h"
#include "Engine/Engine.h"
#include "Engine/Party.h"
#include "Engine/Graphics/Renderer/Renderer.h"
#include "Engine/Graphics/Image.h"
#include "Engine/Tables/IconFrameTable.h"
#include "Engine/Random/Random.h"
#include "GUI/GUIWindow.h"
#include "Utility/IndexedArray.h"

Variables

static constexpr IndexedArray< const char *, PartyAlignment_Good, PartyAlignment_EvilProgressBarResourceByAlignment
 
GUIProgressBarpGameLoadingUI_ProgressBar = new GUIProgressBar()
 

Variable Documentation

◆ pGameLoadingUI_ProgressBar

GUIProgressBar* pGameLoadingUI_ProgressBar = new GUIProgressBar()

◆ ProgressBarResourceByAlignment

constexpr IndexedArray<const char *, PartyAlignment_Good, PartyAlignment_Evil> ProgressBarResourceByAlignment
staticconstexpr
Initial value:
= {
{PartyAlignment_Good, "bardata-b"},
{PartyAlignment_Neutral, "bardata"},
{PartyAlignment_Evil, "bardata-c"}
}