annotate GUIButton.h @ 2385:b842e1b77c8c

sub_407A1C - fixed wrong refactoring of condition
author zipi
date Sun, 22 Jun 2014 15:14:10 +0100
parents 12a935783629
children
rev   line source
2351
12a935783629 Adding include guards to new UI headers
Grumpy7
parents: 2350
diff changeset
1 #pragma once
2350
7c10dfb6d802 Finishing moving all known UI functions to their appropriate headers
Grumpy7
parents: 2349
diff changeset
2 void CreateButtonInColumn(int a1, unsigned int a2);
7c10dfb6d802 Finishing moving all known UI functions to their appropriate headers
Grumpy7
parents: 2349
diff changeset
3 void UI_CreateEndConversationButton();