comparison GUIButton.h @ 697:2dfb67633b01

GUIButton Release Allocator BigMemory fix?
author zipi
date Sun, 17 Mar 2013 14:25:00 +0000
parents ea55d6414029
children
comparison
equal deleted inserted replaced
696:4e1b2a24a6e3 697:2dfb67633b01
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;