comparison GUI/GUIProgressBar.h @ 2574:dd36326a9994

More texture refactoring GetLeather -> DrawTextureCustomHeight
author a.parshin
date Mon, 07 Mar 2016 03:48:40 +0200
parents d87bfbd3bb3b
children a76d408c5132
comparison
equal deleted inserted replaced
2573:0c67be4ec900 2574:dd36326a9994
39 //RGBTexture pLoadingBg; // 18 39 //RGBTexture pLoadingBg; // 18
40 //RGBTexture field_40; 40 //RGBTexture field_40;
41 //RGBTexture field_68; 41 //RGBTexture field_68;
42 //RGBTexture field_90; 42 //RGBTexture field_90;
43 //RGBTexture field_B8; 43 //RGBTexture field_B8;
44 struct Texture field_E0; 44 struct Texture_MM7 field_E0;
45 struct Texture pBardata; 45 struct Texture_MM7 pBardata;
46 struct Texture pLoadingProgress; 46 struct Texture_MM7 pLoadingProgress;
47 47
48 48
49 inline GUIProgressBar(): 49 inline GUIProgressBar():
50 loading_bg(nullptr) 50 loading_bg(nullptr)
51 {} 51 {}