Mercurial > mm7
comparison GUI/GUIProgressBar.h @ 2572:d87bfbd3bb3b
Step towards unification of Texture and RGBTexture (class Image)
author | a.parshin |
---|---|
date | Sat, 05 Mar 2016 01:51:54 +0200 |
parents | a77c34acdbc9 |
children | dd36326a9994 |
comparison
equal
deleted
inserted
replaced
2571:cf29f444ddd7 | 2572:d87bfbd3bb3b |
---|---|
34 //char field_13; | 34 //char field_13; |
35 //char field_14; | 35 //char field_14; |
36 //char field_15; | 36 //char field_15; |
37 //char field_16; | 37 //char field_16; |
38 //char field_17; | 38 //char field_17; |
39 RGBTexture pLoadingBg; | 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 field_E0; |
45 struct Texture pBardata; | 45 struct Texture pBardata; |
46 struct Texture pLoadingProgress; | 46 struct Texture pLoadingProgress; |
47 | |
48 | |
49 inline GUIProgressBar(): | |
50 loading_bg(nullptr) | |
51 {} | |
52 | |
53 struct Image *loading_bg; | |
47 }; | 54 }; |
48 #pragma pack(pop) | 55 #pragma pack(pop) |
49 | 56 |
50 | 57 |
51 | 58 |