Mercurial > mm7
annotate GUI/UI/UIPopup.h @ 2574:dd36326a9994
More texture refactoring
GetLeather -> DrawTextureCustomHeight
author | a.parshin |
---|---|
date | Mon, 07 Mar 2016 03:48:40 +0200 |
parents | d87bfbd3bb3b |
children |
rev | line source |
---|---|
2501 | 1 #pragma once |
2 | |
3 unsigned int __fastcall GetSpellColor(signed int a1); | |
4 __int64 GetExperienceRequiredForLevel(int a1); | |
2572
d87bfbd3bb3b
Step towards unification of Texture and RGBTexture (class Image)
a.parshin
parents:
2501
diff
changeset
|
5 |
d87bfbd3bb3b
Step towards unification of Texture and RGBTexture (class Image)
a.parshin
parents:
2501
diff
changeset
|
6 |
d87bfbd3bb3b
Step towards unification of Texture and RGBTexture (class Image)
a.parshin
parents:
2501
diff
changeset
|
7 extern struct Image *parchment; |
d87bfbd3bb3b
Step towards unification of Texture and RGBTexture (class Image)
a.parshin
parents:
2501
diff
changeset
|
8 extern struct Image *messagebox_corner_x; // 5076AC |
d87bfbd3bb3b
Step towards unification of Texture and RGBTexture (class Image)
a.parshin
parents:
2501
diff
changeset
|
9 extern struct Image *messagebox_corner_y; // 5076B4 |
d87bfbd3bb3b
Step towards unification of Texture and RGBTexture (class Image)
a.parshin
parents:
2501
diff
changeset
|
10 extern struct Image *messagebox_corner_z; // 5076A8 |
d87bfbd3bb3b
Step towards unification of Texture and RGBTexture (class Image)
a.parshin
parents:
2501
diff
changeset
|
11 extern struct Image *messagebox_corner_w; // 5076B0 |
d87bfbd3bb3b
Step towards unification of Texture and RGBTexture (class Image)
a.parshin
parents:
2501
diff
changeset
|
12 extern struct Image *messagebox_border_top; // 507698 |
d87bfbd3bb3b
Step towards unification of Texture and RGBTexture (class Image)
a.parshin
parents:
2501
diff
changeset
|
13 extern struct Image *messagebox_border_bottom; // 5076A4 |
d87bfbd3bb3b
Step towards unification of Texture and RGBTexture (class Image)
a.parshin
parents:
2501
diff
changeset
|
14 extern struct Image *messagebox_border_left; // 50769C |
d87bfbd3bb3b
Step towards unification of Texture and RGBTexture (class Image)
a.parshin
parents:
2501
diff
changeset
|
15 extern struct Image *messagebox_border_right; // 5076A0 |