diff GUIButton.cpp @ 1295:86a83e12d795

moving files
author Ritor1
date Mon, 17 Jun 2013 17:34:01 +0600
parents 0aeac0b9ca30
children c423f946dc99
line wrap: on
line diff
--- a/GUIButton.cpp	Mon Jun 17 09:09:30 2013 +0600
+++ b/GUIButton.cpp	Mon Jun 17 17:34:01 2013 +0600
@@ -175,3 +175,8 @@
            0,
            uFontShadowColor);
 }
+//----- (004B36CC) --------------------------------------------------------
+void CreateButtonInColumn( int column_pos, unsigned int control_id )
+{
+     pDialogueWindow->CreateButton( 480, 30 * column_pos + 146, 140, 30,  1,  0, UIMSG_SelectShopDialogueOption,  control_id,  0,   "",   0);
+}
\ No newline at end of file