Mercurial > mm7
comparison GUIButton.h @ 699:0c6510a626e2
Merge
author | Gloval |
---|---|
date | Sun, 17 Mar 2013 18:32:09 +0400 |
parents | 2dfb67633b01 |
children |
comparison
equal
deleted
inserted
replaced
698:b097497f07e2 | 699:0c6510a626e2 |
---|---|
5 #pragma pack(push, 1) | 5 #pragma pack(push, 1) |
6 struct GUIButton | 6 struct GUIButton |
7 { | 7 { |
8 char DrawLabel(const char *edx0, struct GUIFont *pFont, int a5, int *a9); | 8 char DrawLabel(const char *edx0, struct GUIFont *pFont, int a5, int *a9); |
9 | 9 |
10 static void _41D0D8(GUIButton *ptr); | 10 void Release(); |
11 | 11 |
12 | 12 |
13 unsigned int uX; | 13 unsigned int uX; |
14 unsigned int uY; | 14 unsigned int uY; |
15 unsigned int uWidth; | 15 unsigned int uWidth; |