diff GUI/GUIWindow.h @ 2573:0c67be4ec900

DrawTextureIndexed renamed to DrawTextureTransparentColorKey Changing more class Texture to class Image.
author a.parshin
date Sat, 05 Mar 2016 16:25:53 +0200
parents d87bfbd3bb3b
children dd36326a9994
line wrap: on
line diff
--- a/GUI/GUIWindow.h	Sat Mar 05 01:51:54 2016 +0200
+++ b/GUI/GUIWindow.h	Sat Mar 05 16:25:53 2016 +0200
@@ -915,4 +915,9 @@
 extern unsigned int ui_game_dialogue_npc_name_color;
 extern unsigned int ui_game_dialogue_option_highlight_color;
 extern unsigned int ui_game_dialogue_option_normal_color;
-extern unsigned int ui_house_player_cant_interact_color;
\ No newline at end of file
+extern unsigned int ui_house_player_cant_interact_color;
+
+
+extern class Image *ui_exit_cancel_button_background;
+extern class Image *game_ui_right_panel_frame;
+extern unsigned int uExitCancelTextureId;
\ No newline at end of file